diff options
Diffstat (limited to 'sd/source/ui/remotecontrol/Server.cxx')
-rw-r--r-- | sd/source/ui/remotecontrol/Server.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/Server.cxx b/sd/source/ui/remotecontrol/Server.cxx index 5970092d423d..2919bdaca1c9 100644 --- a/sd/source/ui/remotecontrol/Server.cxx +++ b/sd/source/ui/remotecontrol/Server.cxx @@ -97,6 +97,12 @@ void RemoteServer::listenThread() fprintf( stderr, "Finished listening\n" ); } +void RemoteServer::pairClient() +{ + // Pairing: client sends PIN, server asks user, replies with accepted/rejected. + // We have to wait here until the user opens the dialog via the menu, + // typs in the pin etc. +} void RemoteServer::execute() { |