Rename feature_interface.i to swiginterface.i

This commit is contained in:
William S Fulton 2016-03-03 08:43:52 +00:00
commit 5cf20086a4
5 changed files with 21 additions and 3 deletions

View file

@ -1,3 +1,12 @@
/* -----------------------------------------------------------------------------
* swiginterface.i
*
* SWIG interface feature and typemaps implementation providing:
* %interface
* %interface_impl
* %interface_custom
* ----------------------------------------------------------------------------- */
%define INTERFACE_TYPEMAPS(CTYPE...)
%typemap(jtype) CTYPE, CTYPE *, CTYPE *const&, CTYPE [], CTYPE & "long"
%typemap(jstype) CTYPE "$&javainterfacename"