Files
cpp-thirdparty/winx64/bin/swig-3.0.12/Examples/test-suite/clientdata_prop_a.i
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

13 lines
300 B
OpenEdge ABL

/* This file tests the clientdata propagation at swig wrapper
generation. It tests a bug in the TCL module where the
clientdata was not propagated correctly to all classes */
%module clientdata_prop_a
%{
#include "clientdata_prop_a.h"
%}
%include "clientdata_prop_a.h"
%newobject new_tA;