Bug 882551 - Patch 1: BluetoothProfileManagerBase inherits nsIObserver, r=qdot, r=mrbkap, r=echou

This commit is contained in:
Gina Yeh 2013-06-20 09:19:15 +08:00
Родитель 30cb8eaf94
Коммит 1499788e39
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -12,10 +12,11 @@
#define ERR_NO_AVAILABLE_RESOURCE "NoAvailableResourceError"
#include "BluetoothCommon.h"
#include "nsIObserver.h"
BEGIN_BLUETOOTH_NAMESPACE
class BluetoothProfileManagerBase : public nsISupports
class BluetoothProfileManagerBase : public nsIObserver
{
public:
virtual void OnGetServiceChannel(const nsAString& aDeviceAddress,