11 lines
189 B
C
11 lines
189 B
C
#ifndef GCCMSG_H
|
|
#define GCCMSG_H
|
|
#include <igccapp.h>
|
|
|
|
GCCError CreateSap(void);
|
|
GCCError DeleteSap(void);
|
|
|
|
void CALLBACK DispatchGCCNotification( GCCAppSapMsg *pMsg );
|
|
#endif //GCCMSG_H
|
|
|