diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-09-17 17:20:08 +0200 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-09-17 17:21:26 +0200 |
commit | d495c7d42d54bf37ed751a2ff1cf458d75af3bf8 (patch) | |
tree | d0efd32c4fde098935544707af176e9a2b42887f /sd/source | |
parent | 5962129ea8076ae816900684e620498ca90103cc (diff) |
Add pin_validating message to protocol to allow for feedback in app.
Change-Id: Ia4cfd0b848408713cff4f476e6d6be069d1cb5a8
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/remotecontrol/Server.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |