Upload manager changes and events
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#endif
|
||||
|
||||
#include "resource.h" // main symbols
|
||||
#include "DebugConsumer.h"
|
||||
#include "LoggingConsumer.h"
|
||||
|
||||
|
||||
// CSiaDriveApp:
|
||||
@@ -25,8 +27,13 @@ public:
|
||||
virtual BOOL InitInstance();
|
||||
|
||||
// Implementation
|
||||
|
||||
DECLARE_MESSAGE_MAP()
|
||||
|
||||
private:
|
||||
#ifdef _DEBUG
|
||||
static const Sia::Api::CDebugConsumer _debugConsumer;
|
||||
#endif
|
||||
static const Sia::Api::CLoggingConsumer _loggingConsumer;
|
||||
};
|
||||
|
||||
extern CSiaDriveApp theApp;
|
Reference in New Issue
Block a user