summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-06 21:51:21 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-06 21:51:21 +0000
commita717999459b2532c969fa9ce72e1c0a84da7dc4b (patch)
tree88affad1b3c5b0f3d6debb4d28d3f323a3efd13b
parentsorry for last ceckin :( (diff)
not usefull
-rw-r--r--connectionList.cpp9
1 files changed, 8 insertions, 1 deletions
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 )
{