Kaydet (Commit) 01b91338 authored tarafından Michael Stahl's avatar Michael Stahl

sd: BluetoothServer: appease MSVC's appetite for type definitions

Change-Id: I05a0cc7534e6504c73ad1ccee42ca6e9ecb489ed
üst 7d6085a2
......@@ -579,6 +579,11 @@ registerWithDefaultAdapter( DBusConnection *pConnection )
return pService;
}
#else
// MSVC needs this definition even though it's never used
struct sd::BluetoothServerImpl { };
#endif // LINUX_BLUETOOTH
BluetoothServer::BluetoothServer( std::vector<Communicator*>* pCommunicators )
......
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