NSE_42316
[apps/osp/Gallery.git] / inc / GlContentUpdateEventListener.h
index b1306a9..91f768d 100644 (file)
@@ -32,6 +32,8 @@ public:
        static ContentUpdateEventListener* GetInstance(void);
        void AddContentListener(void);
        void RemoveContentListener(void);
+       bool GetChangeNotificationStatus();
+       void ResumeOperation();
 
 private:
        ContentUpdateEventListener(void);
@@ -49,6 +51,7 @@ private:
 private:
        static ContentUpdateEventListener* __pContentUpdateEventListener;
        Tizen::Content::ContentManager* __pContentManager;
+       bool __changeNotificationReceived;
 };
 
 #endif /* _GL_CONTENT_UPDATE_EVENT_LISTENER_H_ */