From 6b560cd6d1d2159a7cbd5be06ae5309704627f06 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 17 Nov 2008 22:42:31 +0000 Subject: fixed sync support --- src/syncServer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/syncServer.h') diff --git a/src/syncServer.h b/src/syncServer.h index 3fde1cc..0899d26 100644 --- a/src/syncServer.h +++ b/src/syncServer.h @@ -17,6 +17,7 @@ public: SyncServer(asio::io_service& io_service, asio::ip::tcp::endpoint tcp_endpoint ); std::list conns_; + void send(std::string message); private: void start_accept(); void handle_accept(SyncTcpConnection::pointer new_connection, -- cgit v1.2.3