diff options
Diffstat (limited to 'whiteboard.h')
-rw-r--r-- | whiteboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/whiteboard.h b/whiteboard.h index 7648bd4..53036ac 100644 --- a/whiteboard.h +++ b/whiteboard.h @@ -30,5 +30,6 @@ private: void do_accept(); void on_accept(boost::system::error_code ec, boost::asio::ip::tcp::socket socket); + void touch_all_connections(); }; |