mirror of
https://github.com/eclipse/upm.git
synced 2025-03-16 05:27:28 +03:00
9 lines
88 B
OpenEdge ABL
9 lines
88 B
OpenEdge ABL
%module jsupm_ehr
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "ehr.hpp"
|
|
%}
|
|
|
|
%include "ehr.hpp"
|