10 lines
127 B
OpenEdge ABL
10 lines
127 B
OpenEdge ABL
|
|
||
|
|
||
|
%include class_track.h
|
||
|
%rename(Get) operator TRACK*;
|
||
|
%template(TRACK_List) DLIST<TRACK>;
|
||
|
%{
|
||
|
#include <class_track.h>
|
||
|
%}
|
||
|
|