From a717999459b2532c969fa9ce72e1c0a84da7dc4b Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 6 Feb 2008 21:51:21 +0000 Subject: not usefull --- connectionList.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'connectionList.cpp') diff --git a/connectionList.cpp b/connectionList.cpp index de863eb..93a23b9 100644 --- a/connectionList.cpp +++ b/connectionList.cpp @@ -39,7 +39,14 @@ ConnectionList::ConnectionList() ConnectionList::~ConnectionList() { -} +/* Lock lock(mutex_); + ConnectionMap::iterator it; + for(it = connections_.begin(); it != connections_.end(); ++it) + { + //delete &it->second.kd_; + } +*/ +} void ConnectionList::addConnection(ConnectionParam &conn, u_int16_t mux ) { -- cgit v1.2.3