Added Event Broker

This commit is contained in:
sippeangelo
2015-11-24 10:37:21 +01:00
parent 059dee76ed
commit 0a1f0d96db
5 changed files with 277 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifndef Event_h__
#define Event_h__
struct Event
{
protected:
Event() { }
};
#endif