Fixed prevent issue
[apps/osp/Gallery.git] / inc / GlContentUpdateEventListener.h
index 91f768d..4056f44 100644 (file)
@@ -33,8 +33,10 @@ public:
        void AddContentListener(void);
        void RemoveContentListener(void);
        bool GetChangeNotificationStatus();
+       void SetTimerActive(void);
+       void ReSetTimerActive(void);
        void ResumeOperation();
-
+       Tizen::Base::String GetDirecotyNameFromFullPath(const Tizen::Base::String& fullPath) const;
 private:
        ContentUpdateEventListener(void);
        virtual ~ContentUpdateEventListener(void);
@@ -51,6 +53,7 @@ private:
 private:
        static ContentUpdateEventListener* __pContentUpdateEventListener;
        Tizen::Content::ContentManager* __pContentManager;
+       bool __isTimerActive;
        bool __changeNotificationReceived;
 };