This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/swig/android/streamer.i
2017-12-01 10:56:19 +00:00

14 lines
245 B
OpenEdge ABL

/* File : example.i */
%module(directors="1") streamer
%{
#include "streamer.h"
%}
%include "std_string.i"
/* A base class for callbacks from C++ to output text on the Java side */
%feature("director") AndroidStreamer;
%include "streamer.h"