Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / Filesystem / EventGetStorage.h
index abd8dac..7581dd5 100755 (executable)
 #include <Commons/IEvent.h>
 #include <dpl/shared_ptr.h>
 #include <string>
+#include <Security.h>
 #include "StorageProperties.h"
 
 namespace DeviceAPI {
 namespace Filesystem {
-class EventGetStorage : public WrtDeviceApis::Commons::IEvent<
-        EventGetStorage>
+class EventGetStorage : 
+       public WrtDeviceApis::Commons::IEvent<EventGetStorage>,
+       public DeviceAPI::Common::SecurityAccessor
 {
   private:
        std::string label;
@@ -44,4 +46,4 @@ typedef DPL::SharedPtr<EventGetStorage> EventGetStoragePtr;
 } // Filesystem
 } // TizenApis
 
-#endif //TIZENAPIS_API_FILESYSTEM_EVENT_GET_STORAGE_H_
\ No newline at end of file
+#endif //TIZENAPIS_API_FILESYSTEM_EVENT_GET_STORAGE_H_