1
0

Upload manager changes and events

This commit is contained in:
Scott E. Graves
2017-02-25 21:35:59 -06:00
parent ced91ecaa9
commit 0d16d224db
13 changed files with 138 additions and 56 deletions

View File

@@ -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;