1
0
This commit is contained in:
Scott E. Graves
2017-03-16 00:19:31 -05:00
parent ec16715612
commit 017053b908
6 changed files with 1072 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
#pragma once
#ifndef _LOGGINGCONSUMER_H
#define _LOGGINGCONSUMER_H
#include <siacommon.h>
NS_BEGIN(Sia)
@@ -17,4 +19,5 @@ private:
void ProcessEvent(const CEvent& eventData);
};
NS_END(2)
NS_END(2)
#endif //_LOGGINGCONSUMER_H