forked from ppdewolf/libmuargus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMuArgCtrl_wrap.h
30 lines (25 loc) · 1.07 KB
/
MuArgCtrl_wrap.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 4.0.2
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
* changes to this file unless you know what you are doing--modify the SWIG
* interface file instead.
* ----------------------------------------------------------------------------- */
#ifndef SWIG_MuArgusCtrl_WRAP_H_
#define SWIG_MuArgusCtrl_WRAP_H_
class SwigDirector_IProgressListener : public IProgressListener, public Swig::Director {
public:
void swig_connect_director(JNIEnv *jenv, jobject jself, jclass jcls, bool swig_mem_own, bool weak_global);
SwigDirector_IProgressListener(JNIEnv *jenv);
virtual ~SwigDirector_IProgressListener();
virtual void UpdateProgress(int perc);
public:
bool swig_overrides(int n) {
return (n < 1 ? swig_override[n] : false);
}
protected:
Swig::BoolArray<1> swig_override;
};
#endif