1
0
This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
siadrive/include/siadrive_api/loggingconsumer.h
Scott E. Graves 017053b908 CMake
2017-03-16 00:19:31 -05:00

23 lines
323 B
C++

#ifndef _LOGGINGCONSUMER_H
#define _LOGGINGCONSUMER_H
#include <siacommon.h>
NS_BEGIN(Sia)
NS_BEGIN(Api)
class CEvent;
class SIADRIVE_EXPORTABLE CLoggingConsumer
{
public:
CLoggingConsumer();
public:
~CLoggingConsumer();
private:
void ProcessEvent(const CEvent& eventData);
};
NS_END(2)
#endif //_LOGGINGCONSUMER_H