Update 2smpb02e.i

This commit is contained in:
omron-ankit 2019-10-02 16:31:54 -05:00 committed by GitHub
parent 48b40b7ad9
commit e23a80a190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,18 @@
%module (package="upm") 2smpb02e
#endif
%import "interfaces/interfaces.i"
%include "../common_top.i"
/* BEGIN Java syntax ------------------------------------------------------- */
#ifdef SWIGJAVA
JAVA_JNI_LOADLIBRARY(javaupm_d6t)
%typemap(javaimports) SWIGTYPE %{
import upm_interfaces.*;
%}
JAVA_JNI_LOADLIBRARY(javaupm_2smpb02e)
#endif
/* END Java syntax */