Update change log and spec for wrt-plugins-tizen_0.4.70
[framework/web/wrt-plugins-tizen.git] / src / Filesystem / EventOpen.h
index ad8cc58..d67f65d 100755 (executable)
 
 #include <dpl/shared_ptr.h>
 #include <Commons/IEvent.h>
+#include <Security.h>
 #include "IStream.h"
 
 namespace DeviceAPI {
 namespace Filesystem {
-class EventOpen : public WrtDeviceApis::Commons::IEvent<EventOpen>
+class EventOpen : 
+       public WrtDeviceApis::Commons::IEvent<EventOpen>,
+       public DeviceAPI::Common::SecurityAccessor
 {
   public:
     /**
@@ -65,4 +68,4 @@ typedef DPL::SharedPtr<EventOpen> EventOpenPtr;
 } // Filesystem
 } // TizenApis
 
-#endif // TIZENAPIS_FILESYSTEM_EVENTOPEN_H_
\ No newline at end of file
+#endif // TIZENAPIS_FILESYSTEM_EVENTOPEN_H_