summaryrefslogtreecommitdiff
path: root/syncSocket.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-07 08:24:12 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-07 08:24:12 +0000
commit30816d69356a4cd548316b63a0e5d69984ac386e (patch)
tree11821443028832a44678f872b99cee8e464ba026 /syncSocket.h
parentAdded syncsocket (diff)
added boost as dependency
Diffstat (limited to 'syncSocket.h')
-rw-r--r--syncSocket.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/syncSocket.h b/syncSocket.h
index 75d7c7c..25cc11a 100644
--- a/syncSocket.h
+++ b/syncSocket.h
@@ -4,7 +4,9 @@
#include "Sockets/TcpSocket.h"
#include "Sockets/ISocketHandler.h"
-using namespace sockets;
+#ifdef SOCKETS_NAMESPACE
+using namespace SOCKETS_NAMESPACE;
+#endif // SOCKETS_NAMESPACE
class SyncSocket : public TcpSocket
{