The intermediary JNI class modifiers are now public by default. The proxy class pointer constructor and getCPtr() methods are also now public
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11927 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
83391b135d
commit
c1cce1bc98
4 changed files with 32 additions and 20 deletions
|
|
@ -1,11 +1,6 @@
|
|||
// Test the nspace feature
|
||||
%module nspace
|
||||
|
||||
#if defined(SWIGJAVA)
|
||||
SWIG_JAVABODY_METHODS(public, public, SWIGTYPE)
|
||||
%pragma(java) jniclassclassmodifiers = "public class"
|
||||
#endif
|
||||
|
||||
// nspace feature only supported by these languages
|
||||
#if defined(SWIGJAVA) || defined(SWIGCSHARP)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue