Go to the documentation of this file.
10 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
16 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
38 #include <boost/bind.hpp>
39 #include <boost/function.hpp>
40 #include <boost/signals2.hpp>
41 #include <boost/lexical_cast.hpp>
43 #include <Poco/Foundation.h>
44 #include <Poco/NotificationCenter.h>
45 #include <Poco/BasicEvent.h>
46 #include <Poco/Observer.h>
47 #include <Poco/NObserver.h>
48 #include <Poco/AutoPtr.h>
49 #include <Poco/RegularExpression.h>
50 #include <Poco/Path.h>
51 #include <Poco/File.h>