#ifndef GCCMSG_H #define GCCMSG_H #include GCCError CreateSap(void); GCCError DeleteSap(void); void CALLBACK DispatchGCCNotification( GCCAppSapMsg *pMsg ); #endif //GCCMSG_H