From 54cbc83f2f67b068e767b6a8dadeb760af289d77 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 28 Feb 2008 17:44:08 +0000 Subject: added control interface --- connectionList.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'connectionList.h') diff --git a/connectionList.h b/connectionList.h index 98f7799..5d4d70a 100644 --- a/connectionList.h +++ b/connectionList.h @@ -48,6 +48,8 @@ public: void addConnection(ConnectionParam &conn, u_int16_t mux); const ConnectionMap::iterator getConnection(u_int16_t mux); const ConnectionMap::iterator getEnd(); + ConnectionMap::iterator getEndUnlocked(); + ConnectionMap::iterator getBeginUnlocked(); ConnectionParam & getOrNewConnectionUnlocked(u_int16_t mux); bool empty(); void clear(); -- cgit v1.2.3