diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-07-01 14:10:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-07-01 14:11:50 +0200 |
commit | 1b5763c40686c8ca3f6e26f9b495bca57271872c (patch) | |
tree | 672c3436b849506458225dbb30e029aacf0478d3 /sd | |
parent | 6c912701dc9fd82dc1fec0481119f3c9d753e161 (diff) |
BluetoothServer::addCommunicator not unused after all
was erroneously removed in 6a59659541e45198b8cda162f87f6abcd68c6101
Change-Id: Ib95fccaaccb8baf269f7d393af00d9b95b25161a
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 37836ee403e6..f8843ea1b040 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -420,6 +420,11 @@ void incomingCallback( void *userRefCon, pCommunicator->launch(); } +void BluetoothServer::addCommunicator( Communicator* pCommunicator ) +{ + mpCommunicators->push_back( pCommunicator ); +} + #endif // MACOSX #ifdef LINUX_BLUETOOTH |