WvDBusMsg::is_reply() had an unnecessary hack for message #1.
[wvapps.git] / xplcidl / testalloc.h
blobf0790c705fc212d5ab6f82b39bcd3e4a05c2575a
1 #ifndef __TESTALLOC_H
2 #define __TESTALLOC_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 extern const char *expected;
9 ITest *get_cppobj();
10 void free_cppobj(ITest *t);
12 #if C_OBJ_IMPLEMENTED_YET
13 ITest *get_cobj();
14 void free_cobj(ITest *t);
15 #endif
17 #ifdef __cplusplus
19 #endif
21 #endif // __TESTALLOC_H