summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/BluetoothServer.hxx
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2012-09-05 11:50:54 +0200
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2012-09-05 11:52:19 +0200
commit5dcb5399d70976311591f4041e3a816ea96fb80b (patch)
tree996f9c3b5888fe865040083930db32a2a01d2ccb /sd/source/ui/remotecontrol/BluetoothServer.hxx
parentdefe079d455ccc958fd0128e8a8cf0e4aeb5cd9c (diff)
Port remote from gdbus to dbus-glib.
Change-Id: I291ee5d32110d2fffd976f3e5257daf976428a76
Diffstat (limited to 'sd/source/ui/remotecontrol/BluetoothServer.hxx')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.hxx b/sd/source/ui/remotecontrol/BluetoothServer.hxx
index 163208ed1353..2cd6dbe930fd 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.hxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.hxx
@@ -26,11 +26,9 @@ namespace sd
~BluetoothServer();
static BluetoothServer *spServer;
-
- public:
- private:
- void execute();
+ void execute(); // salhelper::Thread
std::vector<Communicator*>* mpCommunicators;
+
};
}