1 /**********************************************************
2  * This file has been automatically created by "typemaker2"
3  * from the file "imexporter_context.xml".
4  * Please do not edit this file, all changes will be lost.
5  * Better edit the mentioned source file instead.
6  **********************************************************/
7 
8 #ifndef AB_IMEXPORTER_CONTEXT_IMEXPORTER_CONTEXT_P_H
9 #define AB_IMEXPORTER_CONTEXT_IMEXPORTER_CONTEXT_P_H
10 
11 #include "./imexporter_context.h"
12 
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 struct AB_IMEXPORTER_CONTEXT {
19   GWEN_LIST_ELEMENT(AB_IMEXPORTER_CONTEXT)
20   int _refCount;
21   AB_IMEXPORTER_ACCOUNTINFO_LIST *accountInfoList;
22   AB_SECURITY_LIST *securityList;
23   AB_MESSAGE_LIST *messageList;
24 };
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 #endif
31 
32