carrays_uint32_t.i: Updated path to .i file

Standardized the usage path for carrays_uint32_t.i in bacnetmstp and
e50hx libraries.  Fixes some small mix-ups with java documentation when
looking for carrays_uint32_t.i.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck 2017-05-05 12:07:57 -07:00
parent aeefc758ee
commit 2931a9c24d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%module javaupm_bacnetmstp
%include "../upm.i"
%include "typemaps.i"
%include "carrays_uint32_t.i"
%include "../carrays_uint32_t.i"
%{
#include "bacnetmstp.hpp"

View File

@ -1,7 +1,7 @@
%module javaupm_e50hx
%include "../upm.i"
%include "typemaps.i"
%include "carrays_uint32_t.i"
%include "../carrays_uint32_t.i"
// We need to use this method for enum wrapping since the enum typedefs used
// by the derived classes (like ANALOG_VALUES_T) are passed to methods