Rename feature_interface.i to swiginterface.i
This commit is contained in:
parent
a1245ef398
commit
5cf20086a4
5 changed files with 21 additions and 3 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue