[Libreoffice-commits] online.git: loolwsd/LOOLSession.hpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Mon May 2 02:53:27 UTC 2016


 loolwsd/LOOLSession.hpp |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 1117be07c4a9b92f79d3faa7294a4249d4365fa5
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Sun May 1 20:32:59 2016 -0400

    loolwsd: expose sending binary frame on Sessions
    
    Change-Id: I5e81ced0511e44dc5f3445dae42f4354da164b3a
    Reviewed-on: https://gerrit.libreoffice.org/24579
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/LOOLSession.hpp b/loolwsd/LOOLSession.hpp
index 575dcf3..9864562 100644
--- a/loolwsd/LOOLSession.hpp
+++ b/loolwsd/LOOLSession.hpp
@@ -40,6 +40,7 @@ public:
     bool isDisconnected() const { return _disconnected; }
 
     void sendTextFrame(const std::string& text);
+    void sendBinaryFrame(const char *buffer, int length);
 
     virtual bool getStatus(const char *buffer, int length) = 0;
 
@@ -81,8 +82,6 @@ protected:
         _name = _kindString + '-' + id;
     }
 
-    void sendBinaryFrame(const char *buffer, int length);
-
     /// Parses the options of the "load" command, shared between MasterProcessSession::loadDocument() and ChildProcessSession::loadDocument().
     void parseDocOptions(const Poco::StringTokenizer& tokens, int& part, std::string& timestamp);
 


More information about the Libreoffice-commits mailing list