Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / device / bluetooth / bluetooth_task_manager_win.h
index 2c787d6..991e95c 100644 (file)
@@ -35,18 +35,24 @@ class BluetoothTaskManagerWin
     : public base::RefCountedThreadSafe<BluetoothTaskManagerWin> {
  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<uint8> sdp_bytes;
   };
 
   struct DeviceState {
+    DeviceState();
+    ~DeviceState();
     std::string name;
     std::string address;
     uint32 bluetooth_class;