]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/jorte/4all.h
Merge branch 'master' of ssh://git@rtime.felk.cvut.cz/orte into android
[orte.git] / orte / include / jorte / 4all.h
1 /* 4all.h */
2 /*
3 typedef struct
4 {
5  JavaVM        *jvm;
6  jobject        obj;
7  jobject        rinfo;
8  int            value; // !! pro testovani
9 } JORTECallbackContext_t;
10 */
11 // pro test purposes only
12 #ifndef Included4all
13 #define Included4all
14
15 //#define TEST_STAGE
16
17 #ifdef __ANDROID__
18
19 #include <android/log.h>
20 #define printf(...)             __android_log_print(ANDROID_LOG_INFO, "ORTE", __VA_ARGS__)
21
22 #endif
23 #endif