java: fix Java return types in ADXL355

Signed-off-by: Petre <petre.p.eftime@intel.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Petre
2015-08-26 18:27:48 +03:00
committed by Mihai Tudor Panu
parent 2455938691
commit 4f30959a43
4 changed files with 67 additions and 0 deletions

View File

@ -9,6 +9,7 @@
%apply int { speed_t };
%apply int { mraa_result_t };
%apply int { mraa::Result };
#endif
#if (SWIG_JAVASCRIPT_V8)