sd/source/ui/remotecontrol/Server.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d495c7d42d54bf37ed751a2ff1cf458d75af3bf8
Author: Andrzej J.R. Hunt <andr...@ahunt.org>
Date:   Mon Sep 17 17:20:08 2012 +0200

    Add pin_validating message to protocol to allow for feedback in app.
    
    Change-Id: Ia4cfd0b848408713cff4f476e6d6be069d1cb5a8

diff --git a/sd/source/ui/remotecontrol/Server.cxx 
b/sd/source/ui/remotecontrol/Server.cxx
index 667cea6..51376f3 100644
--- a/sd/source/ui/remotecontrol/Server.cxx
+++ b/sd/source/ui/remotecontrol/Server.cxx
@@ -143,6 +143,8 @@ void RemoteServer::execute()
                 }
 
             }
+            pSocket->write( "LO_SERVER_VALIDATING_PIN\n\n",
+                            strlen( "LO_SERVER_VALIDATING_PIN\n\n" ) );
         } else {
             delete pSocket;
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to