Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / Bluetooth / BluetoothHealthProfileHandler.h
index 3e9bb8d..9573473 100644 (file)
@@ -15,7 +15,7 @@
 // limitations under the License.
 //
 
-#ifndef __TIZEN_BLUETOOTH_ADAPTER_H__
+#ifndef __TIZEN_HEALTH_PROFILE_HANDLER_H__
 #define __TIZEN_HEALTH_PROFILE_HANDLER_H__
 
 #include <string>
@@ -50,7 +50,7 @@ public:
 };
 typedef HealthConnReq* HealthConnReqPtr;
 
-class BluetoothHealthProfileHandler
+class BluetoothHealthProfileHandler : public Common::SecurityAccessor
 {
 public:    
     static BluetoothHealthProfileHandler* getInstance();    
@@ -61,7 +61,7 @@ public:
     void unregisterApp(std::string appID, Common::MultiCallbackUserDataPtr callback);
     void returnUnregisteringAppResult(std::string appID, Common::MultiCallbackUserDataPtr callback);
     void connectToSource(JSObjectRef remoteDeviceObj, JSObjectRef appObj, Common::MultiCallbackUserDataPtr callback);
-    
+       
 private:  
     BluetoothHealthProfileHandler();
     virtual ~BluetoothHealthProfileHandler();
@@ -74,7 +74,8 @@ private:
     typedef std::map<BluetoothHealthApplicationSharedPtr, HealthConnReqPtr> HealthConnReqMapT;
     typedef std::map<unsigned int, BluetoothHealthChannelPtr> HealthConnectedSocketMapT;    // <channel, BluetoothHealthChannelPtr>
     typedef std::map<std::string, BluetoothHealthApplicationSharedPtr> RegisteredHealthAppMapT; // <app_id, BluetoothHealthApplicationSharedPtr>
-    
+
+       
     HealthConnReqMapT mHealthConnReqMap;
     HealthConnectedSocketMapT mConnectedSocketMap;
     RegisteredHealthAppMapT mRegisteredHealthAppMap;