From ec2e3b3ff531daf579f5553096b5fa2284d44f08 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 17 Mar 2008 20:06:13 +0000 Subject: added port window to command handler --- anyrtpproxy/portWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anyrtpproxy/portWindow.h') diff --git a/anyrtpproxy/portWindow.h b/anyrtpproxy/portWindow.h index 85867ff..c97e94f 100644 --- a/anyrtpproxy/portWindow.h +++ b/anyrtpproxy/portWindow.h @@ -53,7 +53,7 @@ public: private: u_int16_t start_port_; u_int16_t end_port_; - Mutex mutex_; + ::Mutex mutex_; PortSet ports_; PortWindow(const PortWindow &s); -- cgit v1.2.3