diff options
Diffstat (limited to 'sd/source/ui/inc/RemoteServer.hxx')
-rw-r--r-- | sd/source/ui/inc/RemoteServer.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx index 37fba7552038..e79d356bd51f 100644 --- a/sd/source/ui/inc/RemoteServer.hxx +++ b/sd/source/ui/inc/RemoteServer.hxx @@ -51,6 +51,7 @@ namespace sd static RemoteServer *spServer; osl::AcceptorSocket mSocket; osl::StreamSocket mStreamSocket; + void pairClient(); void listenThread(); void execute(); static Transmitter *pTransmitter; |