9 lines
99 B
OpenEdge ABL
9 lines
99 B
OpenEdge ABL
|
|
%module jsupm_groveehr
|
||
|
|
%include "../upm.i"
|
||
|
|
|
||
|
|
%{
|
||
|
|
#include "groveehr.h"
|
||
|
|
%}
|
||
|
|
|
||
|
|
%include "groveehr.h"
|