Update change log and spec for wrt-plugins-tizen_0.4.70
[platform/framework/web/wrt-plugins-tizen.git] / src / Filesystem / EventReadText.h
index fa70a96..17b6b86 100755 (executable)
 #include <string>
 #include <dpl/shared_ptr.h>
 #include <Commons/IEvent.h>
+#include <Security.h>
 #include "IPath.h"
 
 namespace DeviceAPI {
 namespace Filesystem {
-class EventReadText : public WrtDeviceApis::Commons::IEvent<EventReadText>
+class EventReadText : 
+       public WrtDeviceApis::Commons::IEvent<EventReadText>,
+       public DeviceAPI::Common::SecurityAccessor
 {
   public:
     /**
@@ -52,4 +55,4 @@ typedef DPL::SharedPtr<EventReadText> EventReadTextPtr;
 } // Filesystem
 } // TizenApis
 
-#endif // TIZENAPIS_FILESYSTEM_EVENTREADTEXT_H_
\ No newline at end of file
+#endif // TIZENAPIS_FILESYSTEM_EVENTREADTEXT_H_