Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / Bluetooth / BluetoothDevice.h
index 1c83925..e434bbc 100644 (file)
 #include <bluetooth.h>
 #include <boost/shared_ptr.hpp>
 #include <PropertyBag.h>
-
+#include <Security.h>
 #include "BluetoothClass.h"
 
 namespace DeviceAPI {
 namespace Bluetooth {
 
-class BluetoothDevice
+class BluetoothDevice : public Common::SecurityAccessor
 {
 public:
     BluetoothDevice(bt_adapter_device_discovery_info_s *discoveryInfo);
@@ -46,7 +46,7 @@ public:
     bool isTrusted() const;
     bool isConnected() const;
     JSValueRef getUUIDs(JSContextRef context);    
-
+       void copyAceCheckAccessFunction(const Common::SecurityAccessor *securityAccessor);      
 private:
     std::string mName;
     std::string mAddress;