diff options
Diffstat (limited to 'whiteboard.h')
| -rw-r--r-- | whiteboard.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/whiteboard.h b/whiteboard.h index e39b94e..818fcfe 100644 --- a/whiteboard.h +++ b/whiteboard.h @@ -27,7 +27,8 @@ private:   using connection = std::shared_ptr<boost::beast::websocket::stream<boost::asio::ip::tcp::socket>>;   std::string handle_request(connection& c, const std::string& request); - void notify_other_connections(connection& c, const std::string& id); // notify all other id-related connections about changes + void notify_other_connections_file(connection& c, const std::string& id); // notify all other id-related connections about changes + void notify_other_connections_pos(connection& c, const std::string& id); // notify all other id-related connections about changes   void do_session(boost::asio::ip::tcp::socket socket);   void storage_cleanup();  };  | 
