Go to the documentation of this file.
16 #define _ATL_FREE_THREADED
18 #define _ATL_NO_AUTOMATIC_NAMESPACE
20 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
22 #define ATL_NO_ASSERT_ON_DESTROY_NONEXISTENT_WINDOW
25 #define _ATL_ALL_WARNINGS
57 #include <sys/timeb.h>
67 #include <boost/bind.hpp>
68 #include <boost/function.hpp>
69 #include <boost/signals2.hpp>
70 #include <boost/type_traits.hpp>
71 #include <boost/array.hpp>
72 #include <boost/iterator/transform_iterator.hpp>
73 #include <boost/foreach.hpp>
74 #include <boost/pool/pool_alloc.hpp>
75 #include <boost/bimap.hpp>
77 #include <Poco/Notification.h>
78 #include <Poco/NotificationCenter.h>
79 #include <Poco/BasicEvent.h>
80 #include <Poco/Observer.h>
81 #include <Poco/NObserver.h>
82 #include <Poco/AutoPtr.h>
83 #include <Poco/MemoryPool.h>
84 #include <Poco/Path.h>
85 #include "Poco/Util/Application.h"
86 #include "Poco/String.h"
87 #include "Poco/Environment.h"
88 #include "Poco/Format.h"
89 #include "Poco/LogStream.h"
90 #include "Poco/Mutex.h"
91 #include "Poco/NamedMutex.h"
92 #include "Poco/TaskManager.h"
93 #include <Poco/TaskNotification.h>
94 #include <Poco/NotificationQueue.h>
95 #include <Poco/ActiveMethod.h>
96 #include <Poco/ActiveResult.h>
97 #include "Poco/Timer.h"
98 #include <Poco/Condition.h>
99 #include <Poco/Semaphore.h>
100 #include "Poco/NumberFormatter.h"
101 #include "Poco/RWLock.h"
102 #include "Poco/RunnableAdapter.h"
104 #include "Poco/Net/TCPServer.h"
105 #include "Poco/Net/TCPServerConnection.h"
106 #include "Poco/Net/TCPServerConnectionFactory.h"
107 #include "Poco/Net/TCPServerParams.h"
108 #include "Poco/Net/StreamSocket.h"
109 #include "Poco/Net/ServerSocket.h"
111 #include "Poco/Net/HTTPServer.h"
113 #include "Poco/InflatingStream.h"
114 #include "Poco/DeflatingStream.h"