summaryrefslogtreecommitdiff
path: root/src/syncServer.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-11-17 22:42:31 +0000
committerOthmar Gsenger <otti@anytun.org>2008-11-17 22:42:31 +0000
commit6b560cd6d1d2159a7cbd5be06ae5309704627f06 (patch)
treec5d516dbd7e6f41b6aab160f69fbe6ff8e225af0 /src/syncServer.h
parentremoved outdated plain_tool code (diff)
fixed sync support
Diffstat (limited to 'src/syncServer.h')
-rw-r--r--src/syncServer.h1
1 files changed, 1 insertions, 0 deletions
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<SyncTcpConnection::pointer> conns_;
+ void send(std::string message);
private:
void start_accept();
void handle_accept(SyncTcpConnection::pointer new_connection,