Added SWIGTYPE & and SWIGTYPE * typemaps

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5941 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-05-29 15:08:22 +00:00
commit 826afba4d8
2 changed files with 2 additions and 2 deletions

View file

@ -766,7 +766,7 @@
return $null;
}
%typemap(throws) SWIGTYPE {
%typemap(throws) SWIGTYPE, SWIGTYPE &, SWIGTYPE * {
SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, "C++ $1_type exception thrown");
return $null;
}