Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / Bluetooth / BluetoothHealthChannel.h
index b348b04..87ea7b4 100644 (file)
@@ -21,7 +21,7 @@
 #include <string>
 #include <bluetooth.h>
 #include <JavaScriptCore/JavaScript.h>
-
+#include <Security.h>
 #include <MultiCallbackUserData.h>
 #include "BluetoothDevice.h"
 #include "BluetoothHealthApplication.h"
@@ -29,7 +29,7 @@
 namespace DeviceAPI {
 namespace Bluetooth {
 
-class BluetoothHealthChannel
+class BluetoothHealthChannel : public Common::SecurityAccessor
 {
 public:
     BluetoothHealthChannel(unsigned int channel, BluetoothDeviceSharedPtr remoteDevice, bt_hdp_channel_type_e type, BluetoothHealthApplicationSharedPtr application);