summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/RemoteServer.hxx
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2012-09-06 09:55:38 +0200
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2012-09-06 10:43:33 +0200
commitc4380fd9f2e7ebe0687cf979fba3044a5b3df554 (patch)
tree735594af4bdbb3c10c0dca8746992cacf6039ac5 /sd/source/ui/inc/RemoteServer.hxx
parent00bc30789be6888903645cbbbf47974cd7109cad (diff)
Moved all internal details for ClientInfo out of the header.
Change-Id: I64102536f12875b9834ce99763925f1544a87e8f
Diffstat (limited to 'sd/source/ui/inc/RemoteServer.hxx')
-rw-r--r--sd/source/ui/inc/RemoteServer.hxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx
index c64bf94de3e7..75b350e00751 100644
--- a/sd/source/ui/inc/RemoteServer.hxx
+++ b/sd/source/ui/inc/RemoteServer.hxx
@@ -51,19 +51,7 @@ namespace sd
mAddress( rAddress ) {}
};
- struct ClientInfoInternal:
- ClientInfo
- {
- BufferedStreamSocket *mpStreamSocket;
- rtl::OUString mPin;
-
- ClientInfoInternal( const rtl::OUString rName,
- const rtl::OUString rAddress,
- BufferedStreamSocket *pSocket, rtl::OUString rPin ):
- ClientInfo( rName, rAddress ),
- mpStreamSocket( pSocket ),
- mPin( rPin ) {}
- };
+ struct ClientInfoInternal;
class RemoteServer : public salhelper::Thread
{