00001 /********************************************************** 00002 * This file has been automatically created by "typemaker2" 00003 * from the file "ab_jobqueue.xml". 00004 * Please do not edit this file, all changes will be lost. 00005 * Better edit the mentioned source file instead. 00006 **********************************************************/ 00007 00008 #ifndef AB_JOBQUEUE_H 00009 #define AB_JOBQUEUE_H 00010 00011 00012 #ifdef __cplusplus 00013 extern "C" { 00014 #endif 00015 00016 /* needed system headers */ 00017 #include <gwenhywfar/types.h> 00018 #include <gwenhywfar/list1.h> 00019 #include <gwenhywfar/inherit.h> 00020 00021 /* pre-headers */ 00022 #include <aqbanking/job.h> 00023 00024 typedef struct AB_JOBQUEUE AB_JOBQUEUE; 00025 GWEN_LIST_FUNCTION_LIB_DEFS(AB_JOBQUEUE, AB_JobQueue, AQBANKING_API) 00026 GWEN_INHERIT_FUNCTION_LIB_DEFS(AB_JOBQUEUE, AQBANKING_API) 00027 00028 00029 /* post-headers */ 00030 00031 00033 AQBANKING_API AB_JOBQUEUE *AB_JobQueue_new(void); 00034 00036 AQBANKING_API void AB_JobQueue_free(AB_JOBQUEUE *p_struct); 00037 00038 AQBANKING_API void AB_JobQueue_Attach(AB_JOBQUEUE *p_struct); 00039 00040 AQBANKING_API AB_JOBQUEUE *AB_JobQueue_dup(const AB_JOBQUEUE *p_struct); 00041 00045 AQBANKING_API AB_JOB_LIST2 *AB_JobQueue_GetJobList(const AB_JOBQUEUE *p_struct); 00046 00050 AQBANKING_API int AB_JobQueue_GetJobType(const AB_JOBQUEUE *p_struct); 00051 00055 AQBANKING_API void AB_JobQueue_SetJobList(AB_JOBQUEUE *p_struct, AB_JOB_LIST2 *p_src); 00056 00060 AQBANKING_API void AB_JobQueue_SetJobType(AB_JOBQUEUE *p_struct, int p_src); 00061 00062 AQBANKING_API AB_JOBQUEUE_LIST *AB_JobQueue_List_dup(const AB_JOBQUEUE_LIST *p_src); 00063 00064 #ifdef __cplusplus 00065 } 00066 #endif 00067 00068 #endif 00069