summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/RemoteServer.hxx
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2012-09-18 18:22:12 +0200
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2012-09-18 18:22:37 +0200
commit64d1fcb11f4915df960ec81bc9168a557199090f (patch)
tree432a75871ebd631a6c7ba76cef94912ff4819fc7 /sd/source/ui/inc/RemoteServer.hxx
parent6c1b61b0292359304863cd6e593b8f5d7a2cb94a (diff)
Switch bluetooth discoverability on when remote dialog shown (Linux).
Change-Id: Ie0e4f7a353d77f5312deea06f0a316d8e1b1ed47
Diffstat (limited to 'sd/source/ui/inc/RemoteServer.hxx')
-rw-r--r--sd/source/ui/inc/RemoteServer.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx
index 75b350e00751..931c8c26f171 100644
--- a/sd/source/ui/inc/RemoteServer.hxx
+++ b/sd/source/ui/inc/RemoteServer.hxx
@@ -69,6 +69,9 @@ namespace sd
SD_DLLPUBLIC static sal_Bool connectClient( ClientInfo *pClient,
rtl::OUString aPin );
+ SD_DLLPUBLIC static bool isBluetoothDiscoverable();
+ SD_DLLPUBLIC static void setBluetoothDiscoverable( bool aDiscoverable );
+
// For the communicator
static void removeCommunicator( Communicator* pCommunicator );
private: