summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/RemoteServer.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-11-27 16:35:45 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-11-27 16:41:25 +0100
commit79c1b16a96a65afe444c82217b09006d82cc1fb4 (patch)
treea64d3fa622df631a7d694b2607f31f54f370a136 /sd/source/ui/inc/RemoteServer.hxx
parent0ca4133d8a8cc7f7c5c1f8a3ac151b63527be6fb (diff)
sdremote: make it possible to have only bluetooth enabled
Previously bluetooth didn't work without a running TCP server. Now the TCP server isn't listening (unless experimental features are enabled), and yet bluetooth can be used once the remote control setting is enabled. Change-Id: I44248642d7e12ded2d4c731d0105bcab88c7fd5a
Diffstat (limited to 'sd/source/ui/inc/RemoteServer.hxx')
-rw-r--r--sd/source/ui/inc/RemoteServer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx
index 931c8c26f171..1bfae2e973f9 100644
--- a/sd/source/ui/inc/RemoteServer.hxx
+++ b/sd/source/ui/inc/RemoteServer.hxx
@@ -78,10 +78,10 @@ namespace sd
RemoteServer();
~RemoteServer();
static RemoteServer *spServer;
+ static ::osl::Mutex sDataMutex;
+ static ::std::vector<Communicator*> sCommunicators;
osl::AcceptorSocket mSocket;
- ::osl::Mutex mDataMutex;
- ::std::vector<Communicator*> mCommunicators;
::std::vector<ClientInfoInternal*> mAvailableClients;
void execute();