Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef AQBANKING_MSGENGINE_H
00016 #define AQBANKING_MSGENGINE_H
00017
00018 #include <aqbanking/error.h>
00019 #include <gwenhywfar/msgengine.h>
00020
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif
00024
00025
00039 AQBANKING_API
00040 GWEN_MSGENGINE *AB_MsgEngine_new();
00041
00042
00043 #ifdef __cplusplus
00044 }
00045 #endif
00046
00047
00048 #endif
00049
00050