summaryrefslogtreecommitdiff
path: root/syncListenSocket.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-12-10 19:33:27 +0000
committerChristian Pointner <equinox@anytun.org>2007-12-10 19:33:27 +0000
commitc31f7578c50c4b80d5e24c67b80d74fea2fc762f (patch)
tree89089900db4cd8d3ff6bbe986005abc1ec8c0f13 /syncListenSocket.h
parentadded synclistensocket (diff)
some cleanups
Diffstat (limited to 'syncListenSocket.h')
-rw-r--r--syncListenSocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/syncListenSocket.h b/syncListenSocket.h
index 359c14d..2b62bf2 100644
--- a/syncListenSocket.h
+++ b/syncListenSocket.h
@@ -61,8 +61,8 @@ public:
/** Constructor.
\param h ISocketHandler reference
\param use_creator Optional use of creator (default true) */
- SyncListenSocket(ISocketHandler& h, Y & y,bool use_creator = true) : Socket(h), m_depth(0), m_creator(NULL),y_(y)
- ,m_bHasCreate(false)
+ SyncListenSocket(ISocketHandler& h, Y & y,bool use_creator = true) : Socket(h), m_depth(0), m_creator(NULL),
+ m_bHasCreate(false),y_(y)
{
if (use_creator)
{