From ac2147483cfcbb6f01123d65e67b7bb363bddc8f Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 28 Nov 2008 18:45:57 +0000 Subject: added some windows support (not working now) try to build with following Options: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOROUTING;NOSIGNALCONTROLLER --- src/connectionList.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/connectionList.h') diff --git a/src/connectionList.h b/src/connectionList.h index 95e9052..cdf5268 100644 --- a/src/connectionList.h +++ b/src/connectionList.h @@ -51,7 +51,8 @@ public: const ConnectionMap::iterator getConnection(u_int16_t mux); const ConnectionMap::iterator getEnd(); ConnectionMap::iterator getEndUnlocked(); - ConnectionMap::iterator getBeginUnlocked(); + ConnectionMap::iterator getBeginUnlocked(); + const ConnectionMap::iterator getBegin(); ConnectionParam & getOrNewConnectionUnlocked(u_int16_t mux); bool empty(); void clear(); -- cgit v1.2.3