java: solved SWIGTYPE_* issues

Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Stefan Andritoiu
2015-08-17 18:25:09 +03:00
committed by Mihai Tudor Panu
parent 59c6b28cdd
commit 3e59323abb
16 changed files with 50 additions and 9 deletions

View File

@ -4,6 +4,9 @@
#if (SWIGJAVA)
/* %include "arrays_java.i";*/
/* %apply unsigned char[] {uint8_t *mama}; */
%apply int { speed_t };
%apply int { mraa_result_t };
#endif