summaryrefslogtreecommitdiff
path: root/anyrtpproxy/portWindow.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-03-17 20:06:13 +0000
committerOthmar Gsenger <otti@anytun.org>2008-03-17 20:06:13 +0000
commitec2e3b3ff531daf579f5553096b5fa2284d44f08 (patch)
treead713a403d5b1540a31dcbfe72250d85e6d22b4a /anyrtpproxy/portWindow.h
parentadded port window and port range options (diff)
added port window to command handler
Diffstat (limited to 'anyrtpproxy/portWindow.h')
-rw-r--r--anyrtpproxy/portWindow.h2
1 files changed, 1 insertions, 1 deletions
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);