Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
11 lines
119 B
OpenEdge ABL
11 lines
119 B
OpenEdge ABL
%module javaupm_grovewfs
|
|
%include "../upm.i"
|
|
|
|
%ignore flowISR;
|
|
|
|
%{
|
|
#include "grovewfs.h"
|
|
%}
|
|
|
|
%include "grovewfs.h"
|