Kaydet (Commit) 1b5763c4 authored tarafından Michael Stahl's avatar Michael Stahl

BluetoothServer::addCommunicator not unused after all

was erroneously removed in 6a596595

Change-Id: Ib95fccaaccb8baf269f7d393af00d9b95b25161a
üst 6c912701
...@@ -420,6 +420,11 @@ void incomingCallback( void *userRefCon, ...@@ -420,6 +420,11 @@ void incomingCallback( void *userRefCon,
pCommunicator->launch(); pCommunicator->launch();
} }
void BluetoothServer::addCommunicator( Communicator* pCommunicator )
{
mpCommunicators->push_back( pCommunicator );
}
#endif // MACOSX #endif // MACOSX
#ifdef LINUX_BLUETOOTH #ifdef LINUX_BLUETOOTH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment