Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / Bluetooth / BluetoothSocket.h
index d7d9d25..4ff9c38 100644 (file)
 //#include <boost/shared_ptr.hpp>
 #include <MultiCallbackUserData.h>
 #include <PropertyBag.h>
-
+#include <Security.h>
 #include "BluetoothDevice.h"
 
 namespace DeviceAPI {
 namespace Bluetooth {
 
-class BluetoothSocket
+class BluetoothSocket : public Common::SecurityAccessor
 {
 public:
-    BluetoothSocket(bt_socket_connection_s *connection);
+    BluetoothSocket(bt_socket_connection_s *connection, Common::SecurityAccessor* accessor);
     virtual ~BluetoothSocket();
 
     std::string getUUID() const;