diff options
Diffstat (limited to 'device/bluetooth/bluetooth_adapter_win.h')
-rw-r--r-- | device/bluetooth/bluetooth_adapter_win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_adapter_win.h b/device/bluetooth/bluetooth_adapter_win.h index 7519aee..b5a3187 100644 --- a/device/bluetooth/bluetooth_adapter_win.h +++ b/device/bluetooth/bluetooth_adapter_win.h @@ -25,6 +25,7 @@ class BluetoothAdapterWin : public BluetoothAdapter, // BluetoothAdapter override virtual void AddObserver(BluetoothAdapter::Observer* observer) OVERRIDE; virtual void RemoveObserver(BluetoothAdapter::Observer* observer) OVERRIDE; + virtual bool IsInitialized() const OVERRIDE; virtual bool IsPresent() const OVERRIDE; virtual bool IsPowered() const OVERRIDE; virtual void SetPowered( |