mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 09:49:59 +03:00

Moved the SWIG version check from each sensor library .i file to the base SWIG .i file (per interface). This cleans up the number of #if SWIG_VERSION's across the code base, and will make cleanup of these easier at a later date. Signed-off-by: Noel Eck <noel.eck@intel.com>
10 lines
200 B
OpenEdge ABL
10 lines
200 B
OpenEdge ABL
#if SWIG_VERSION >= 0x030009
|
|
%include <swiginterface.i>
|
|
%interface_impl(upm::ICO2Sensor);
|
|
#endif
|
|
|
|
%include "javaupm_interfaces.i"
|
|
%include "javaupm_iModuleStatus.i"
|
|
|
|
%include "iCO2Sensor.hpp"
|