Use public visibility for pointer constructor and getCPtr() when using nspace fixes and docs

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12888 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2011-12-23 20:03:09 +00:00
commit 5ef2affe53
2 changed files with 10 additions and 1 deletions

View file

@ -4,6 +4,10 @@
// nspace feature only supported by these languages
#if defined(SWIGJAVA) || defined(SWIGCSHARP) || defined(SWIGD)
#if defined(SWIGJAVA)
SWIG_JAVABODY_PROXY(public, public, SWIGTYPE)
#endif
%nspace;
%nonspace Outer::Inner2::NoNSpacePlease;