Go to the documentation of this file.
13 #define _ATL_APARTMENT_THREADED
15 #define _ATL_NO_AUTOMATIC_NAMESPACE
17 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
20 #define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
34 #include <boost/bind.hpp>
35 #include <boost/function.hpp>
36 #include <boost/signals2.hpp>
38 #include <Poco/Foundation.h>
39 #include <Poco/NotificationCenter.h>
40 #include <Poco/BasicEvent.h>
41 #include <Poco/Observer.h>
42 #include <Poco/NObserver.h>
43 #include <Poco/AutoPtr.h>
45 #include "Poco/SingletonHolder.h"
46 #include "Poco/Logger.h"
47 #include "Poco/NumberParser.h"