diff --git a/loolwsd/MasterProcessSession.hpp b/loolwsd/MasterProcessSession.hpp index ce3983684..87607fbe6 100644 --- a/loolwsd/MasterProcessSession.hpp +++ b/loolwsd/MasterProcessSession.hpp @@ -59,6 +59,7 @@ public: virtual void sendFontRendering(const char *buffer, int length, Poco::StringTokenizer& tokens) override; +private: void dispatchChild(); void forwardToPeer(const char *buffer, int length); @@ -73,14 +74,11 @@ public: std::unique_ptr _tileCache; -private: - static Poco::Path getJailPath(const std::string& childId); virtual bool _handleInput(const char *buffer, int length) override; -private: int _curPart; int _loadPart; /// Kind::ToClient instances store URLs of completed 'save as' documents.