From 817378609028b53aa86400d4ad3d52db6cab3bd7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 6 Nov 2007 23:50:17 +0000 Subject: baut wieder --- connectionList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectionList.cpp') diff --git a/connectionList.cpp b/connectionList.cpp index 2b857f3..81a0f49 100644 --- a/connectionList.cpp +++ b/connectionList.cpp @@ -44,7 +44,7 @@ ConnectionList::~ConnectionList() void ConnectionList::addConnection(ConnectionParam &conn, const std::string &name) { Lock lock(mutex_); - connections_[name]=conn; +// connections_[name]=conn; } void ConnectionList::clear() -- cgit v1.2.3