X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fdevice%2Fbluetooth%2Fbluetooth_task_manager_win.h;h=991e95c34a94b9ec7bc7c884881ab2a3a819416b;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=2c787d66ec4635fabccd5a0a33e20459406764ba;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/device/bluetooth/bluetooth_task_manager_win.h b/src/device/bluetooth/bluetooth_task_manager_win.h index 2c787d6..991e95c 100644 --- a/src/device/bluetooth/bluetooth_task_manager_win.h +++ b/src/device/bluetooth/bluetooth_task_manager_win.h @@ -35,18 +35,24 @@ class BluetoothTaskManagerWin : public base::RefCountedThreadSafe { public: struct AdapterState { + AdapterState(); + ~AdapterState(); std::string name; std::string address; bool powered; }; struct ServiceRecordState { + ServiceRecordState(); + ~ServiceRecordState(); std::string name; std::string address; std::vector sdp_bytes; }; struct DeviceState { + DeviceState(); + ~DeviceState(); std::string name; std::string address; uint32 bluetooth_class;