Bug 986352 - [bluedroid] Fix hfp-fallback build break due to miss Reset() for BluetoothHfpManager, r=echou

This commit is contained in:
Shawn Huang 2014-03-21 17:12:16 +08:00
parent a99814930e
commit 187be6656a

View File

@ -180,4 +180,10 @@ BluetoothHfpManager::DisconnectSco()
return false;
}
void
BluetoothHfpManager::Reset()
{
MOZ_ASSERT(NS_IsMainThread());
}
NS_IMPL_ISUPPORTS1(BluetoothHfpManager, nsIObserver)