Also tests for Java and C# simple enums (enum items mapped to integers) Also proper Java (J2SDK1.5) enums git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5919 626c5289-ae23-0410-ae9c-e8d60b6d4f22
7 lines
196 B
OpenEdge ABL
7 lines
196 B
OpenEdge ABL
%module "enum_thorough_simple"
|
|
|
|
// Test enum wrapping using simple constants (SWIG-1.3.21 and earlier default enum wrapping for C# and Java)
|
|
%include "enumsimple.swg"
|
|
|
|
%include "enum_thorough.i"
|
|
|