From 29906629c964af3fd19696f8eb3616dedb85c5e6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 25 Nov 2008 15:24:20 +0000 Subject: anyrtpproxy furhter fixes --- src/anyrtpproxy/anyrtpproxy.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/anyrtpproxy/anyrtpproxy.cpp') 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(); } -- cgit v1.2.3