Integrating precompiled headers support (might speed up compilation). Currently disabled (in .pro files).

This commit is contained in:
lotodore
2009-05-07 22:36:51 +00:00
parent e813c49fe5
commit ac4c2e9aef
36 changed files with 133 additions and 73 deletions
+4 -3
View File
@@ -24,12 +24,13 @@
typedef unsigned SessionId;
#include <boost/asio.hpp>
#include <boost/thread.hpp>
#include <third_party/boost/timers.hpp>
#include <string>
#include <net/socket_helper.h>
#include <net/receivebuffer.h>
#include <net/sessiondatacallback.h>
#include <string>
#include <boost/thread.hpp>
#include <third_party/boost/timers.hpp>
#define INVALID_SESSION 0
#define SESSION_ID_INIT INVALID_SESSION