aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Utils/EventMsgCenter/Events.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Utils/EventMsgCenter/Events.h')
-rw-r--r--src/libjin/Utils/EventMsgCenter/Events.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libjin/Utils/EventMsgCenter/Events.h b/src/libjin/Utils/EventMsgCenter/Events.h
new file mode 100644
index 0000000..9ebc30d
--- /dev/null
+++ b/src/libjin/Utils/EventMsgCenter/Events.h
@@ -0,0 +1,20 @@
+#ifndef __JIN_TOOLS_EVENTS_H
+#define __JIN_TOOLS_EVENTS_H
+#include "../../modules.h"
+#if JIN_MODULES_TOOLS && JIN_TOOLS_EVENTMSGCENTER
+
+namespace jin
+{
+namespace utils
+{
+
+ enum Event
+ {
+
+ };
+
+} // tools
+} // jin
+
+#endif // JIN_MODULES_TOOLS && JIN_TOOLS_EVENTMSGCENTER
+#endif // __JIN_TOOLS_EVENTS_H \ No newline at end of file