#ifndef DGC_EVENT_NOTIFY_INTERFACE_H #define DGC_EVENT_NOTIFY_INTERFACE_H #include #include namespace dgc { void SendEventNotification(IpcInterface *ipc, char* module, char *message); } #endif