summaryrefslogtreecommitdiff
path: root/src/syncServer.h
diff options
context:
space:
mode:
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,