summaryrefslogtreecommitdiff
path: root/src/anyrtpproxy/anyrtpproxy.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-11-25 15:24:20 +0000
committerChristian Pointner <equinox@anytun.org>2008-11-25 15:24:20 +0000
commit29906629c964af3fd19696f8eb3616dedb85c5e6 (patch)
tree92a1e0b71a28f6fd77b02a3008a035ee11d083f5 /src/anyrtpproxy/anyrtpproxy.cpp
parentadded header to syncOnConnect (diff)
anyrtpproxy furhter fixes
Diffstat (limited to 'src/anyrtpproxy/anyrtpproxy.cpp')
-rw-r--r--src/anyrtpproxy/anyrtpproxy.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/anyrtpproxy/anyrtpproxy.cpp b/src/anyrtpproxy/anyrtpproxy.cpp
index e0519b0..bbfd412 100644
--- a/src/anyrtpproxy/anyrtpproxy.cpp
+++ b/src/anyrtpproxy/anyrtpproxy.cpp
@@ -45,6 +45,7 @@
#include "../syncCommand.h"
#include "../syncQueue.h"
#include "../syncClient.h"
+//#include "../syncOnConnect.h"
#include "../threadUtils.hpp"
@@ -311,7 +312,7 @@ void syncListener(SyncQueue * queue)
SyncServer server(io_service,e);
- server.onConnect=boost::bind(syncOnConnect,_1);
+// server.onConnect=boost::bind(syncOnConnect,_1);
queue->setSyncServerPtr(&server);
io_service.run();
}