From dccdd15402b2b7e0e8453c715fc451b3e3510272 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sun, 4 Nov 2007 17:46:23 +0000 Subject: added Address Class and Connection List --- connectionList.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'connectionList.h') diff --git a/connectionList.h b/connectionList.h index 926a9ba..45dcd7d 100644 --- a/connectionList.h +++ b/connectionList.h @@ -36,6 +36,7 @@ #include "threadUtils.hpp" #include "datatypes.h" +#include "connectionParam.h" class ConnectionList { @@ -48,7 +49,8 @@ public: private: ConnectionList(const ConnectionList &s); void operator=(const ConnectionList &s); - + typedef std::map ConnectionMap; + ConnectionMap connections_; Mutex mutex_; }; -- cgit v1.2.3