From c01ff56f61b28d0a909f46b95182b5a26aaa6cd3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 4 Feb 2008 20:34:37 +0000 Subject: fixed bug @ sync key gets updatet @ sync --- connectionList.h | 1 + 1 file changed, 1 insertion(+) (limited to 'connectionList.h') diff --git a/connectionList.h b/connectionList.h index 670f077..6cd24b4 100644 --- a/connectionList.h +++ b/connectionList.h @@ -51,6 +51,7 @@ public: ConnectionParam & getOrNewConnection(u_int16_t mux); bool empty(); void clear(); + Mutex& getMutex(); private: ConnectionList(const ConnectionList &s); -- cgit v1.2.3