diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-06 21:51:21 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-06 21:51:21 +0000 |
commit | a717999459b2532c969fa9ce72e1c0a84da7dc4b (patch) | |
tree | 88affad1b3c5b0f3d6debb4d28d3f323a3efd13b /connectionList.cpp | |
parent | sorry for last ceckin :( (diff) |
not usefull
Diffstat (limited to 'connectionList.cpp')
-rw-r--r-- | connectionList.cpp | 9 |
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 ) { |