From d495c7d42d54bf37ed751a2ff1cf458d75af3bf8 Mon Sep 17 00:00:00 2001 From: "Andrzej J.R. Hunt" Date: Mon, 17 Sep 2012 17:20:08 +0200 Subject: Add pin_validating message to protocol to allow for feedback in app. Change-Id: Ia4cfd0b848408713cff4f476e6d6be069d1cb5a8 --- sd/source/ui/remotecontrol/Server.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sd/source/ui/remotecontrol/Server.cxx') diff --git a/sd/source/ui/remotecontrol/Server.cxx b/sd/source/ui/remotecontrol/Server.cxx index 667cea6ea5f8..51376f3f5373 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; } -- cgit