Update change log and spec for wrt-plugins-tizen_0.4.70
[platform/framework/web/wrt-plugins-tizen.git] / src / Filesystem / EventMove.h
index 742c7f6..8afa2a9 100755 (executable)
 
 #include <dpl/shared_ptr.h>
 #include <Commons/IEvent.h>
+#include <Security.h>
 #include "IPath.h"
 #include "INode.h"
 
 namespace DeviceAPI {
 namespace Filesystem {
-class EventMove : public WrtDeviceApis::Commons::IEvent<EventMove>
+class EventMove : 
+       public WrtDeviceApis::Commons::IEvent<EventMove>,
+       public DeviceAPI::Common::SecurityAccessor
 {
   public:
     /**
@@ -85,4 +88,4 @@ typedef DPL::SharedPtr<EventMove> EventMovePtr;
 } // Filesystem
 } // TizenApis
 
-#endif // TIZENAPIS_FILESYSTEM_EVENTMOVE_H_
\ No newline at end of file
+#endif // TIZENAPIS_FILESYSTEM_EVENTMOVE_H_