summaryrefslogtreecommitdiff
path: root/server/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/connection.c')
-rw-r--r--server/connection.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/connection.c b/server/connection.c
index 3e00aa7..74b2783 100644
--- a/server/connection.c
+++ b/server/connection.c
@@ -1,5 +1,5 @@
/*
- * $Id: connection.c,v 1.11 2008/04/08 14:18:18 schmirl Exp $
+ * $Id: connection.c,v 1.12 2009/02/13 10:39:22 schmirl Exp $
*/
#include "server/connection.h"
@@ -12,7 +12,8 @@
#include <stdarg.h>
#include <errno.h>
-cServerConnection::cServerConnection(const char *Protocol):
+cServerConnection::cServerConnection(const char *Protocol, int Type):
+ cTBSocket(Type),
m_Protocol(Protocol),
m_DeferClose(false),
m_Pending(false),