diff options
Diffstat (limited to 'device/bluetooth/bluetooth_device_mac.h')
-rw-r--r-- | device/bluetooth/bluetooth_device_mac.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h index d3beb0f..81ae518 100644 --- a/device/bluetooth/bluetooth_device_mac.h +++ b/device/bluetooth/bluetooth_device_mac.h @@ -24,11 +24,7 @@ class BluetoothDeviceMac : public BluetoothDevice { virtual ~BluetoothDeviceMac(); // BluetoothDevice override - virtual uint32 GetBluetoothClass() const OVERRIDE; virtual std::string GetAddress() const OVERRIDE; - virtual uint16 GetVendorID() const OVERRIDE; - virtual uint16 GetProductID() const OVERRIDE; - virtual uint16 GetDeviceID() const OVERRIDE; virtual bool IsPaired() const OVERRIDE; virtual bool IsConnected() const OVERRIDE; virtual bool IsConnectable() const OVERRIDE; @@ -73,6 +69,7 @@ class BluetoothDeviceMac : public BluetoothDevice { protected: // BluetoothDevice override + virtual uint32 GetBluetoothClass() const OVERRIDE; virtual std::string GetDeviceName() const OVERRIDE; private: |