For NSE_43972
[apps/osp/Gallery.git] / inc / GlContentUpdateEventListener.h
index f0df655..17c750f 100644 (file)
@@ -32,7 +32,9 @@ public:
        static ContentUpdateEventListener* GetInstance(void);
        void AddContentListener(void);
        void RemoveContentListener(void);
-
+       bool GetChangeNotificationStatus();
+       void ResumeOperation();
+       Tizen::Base::String GetDirecotyNameFromFullPath(const Tizen::Base::String& fullPath) const;
 private:
        ContentUpdateEventListener(void);
        virtual ~ContentUpdateEventListener(void);
@@ -49,7 +51,7 @@ private:
 private:
        static ContentUpdateEventListener* __pContentUpdateEventListener;
        Tizen::Content::ContentManager* __pContentManager;
-       bool __isSingleFileUpdate;
+       bool __changeNotificationReceived;
 };
 
 #endif /* _GL_CONTENT_UPDATE_EVENT_LISTENER_H_ */