From 49147bacbfb07337c54ddd3df94499c166a0376c Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 6 Nov 2007 23:28:11 +0000 Subject: router + connection manage eingebaut --- connectionList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'connectionList.h') diff --git a/connectionList.h b/connectionList.h index ce467c1..7a3b5c6 100644 --- a/connectionList.h +++ b/connectionList.h @@ -44,13 +44,13 @@ class ConnectionList public: ConnectionList(); ~ConnectionList(); - void addConnection(); + void addConnection(ConnectionParam &conn, const std::string &name); void clear(); private: ConnectionList(const ConnectionList &s); void operator=(const ConnectionList &s); - typedef std::map ConnectionMap; + typedef std::map ConnectionMap; ConnectionMap connections_; Mutex mutex_; }; -- cgit v1.2.3