new directorconnect and directorconnect_derived typemaps (Java)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6841 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-12-07 23:08:04 +00:00
commit 0463f339d3
2 changed files with 14 additions and 0 deletions

View file

@ -33,6 +33,11 @@ public class director_basic_runme {
if (!b.pong().equals("Foo::pong();Foo::ping()")) {
throw new RuntimeException ( "b.pong()" );
}
/* Test A1's directordisconnect method rename */
A1 a1 = new A1(1, false);
a1.delete();
}
}