git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10370 626c5289-ae23-0410-ae9c-e8d60b6d4f22
13 lines
101 B
OpenEdge ABL
13 lines
101 B
OpenEdge ABL
%module samename
|
|
|
|
%inline {
|
|
|
|
class samename {
|
|
public:
|
|
void do_something() {
|
|
// ...
|
|
}
|
|
};
|
|
|
|
}
|
|
|