mirror of
https://github.com/eclipse/upm.git
synced 2025-07-26 05:31:17 +03:00
java: leave mraa_result_t typemap in upm.i for non-java bindings
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -10,6 +10,8 @@
|
|||||||
%apply int { speed_t };
|
%apply int { speed_t };
|
||||||
%apply int { mraa_result_t };
|
%apply int { mraa_result_t };
|
||||||
%apply int { mraa::Result };
|
%apply int { mraa::Result };
|
||||||
|
#else
|
||||||
|
%typemap(out) mraa_result_t = int;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (SWIG_JAVASCRIPT_V8)
|
#if (SWIG_JAVASCRIPT_V8)
|
||||||
|
Reference in New Issue
Block a user