1
0

Event system changes

This commit is contained in:
Scott E. Graves
2017-04-12 00:36:21 -05:00
parent bf7fda99a6
commit 3f26144975
4 changed files with 395 additions and 14 deletions

View File

@@ -29,6 +29,7 @@ public:
virtual SString GetSingleLineMessage() const = 0;
virtual std::shared_ptr<CEvent> Clone() const = 0;
virtual SString GetEventName() const = 0;
virtual json GetEventJson() const = 0;
};
typedef std::shared_ptr<CEvent> CEventPtr;