Added event callback functionality in icsneoc

This commit is contained in:
EricLiu2000
2019-08-02 16:32:15 -04:00
parent 4f735a651c
commit 9040edc25d
3 changed files with 46 additions and 5 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ private:
EventTimePoint timepoint;
const Device* device;
void init(Type event, APIEvent::Severity);
void init(APIEvent::Type event, APIEvent::Severity);
};
class EventFilter {