For NSE_43972
[apps/osp/Gallery.git] / inc / GlContentUpdateEventListener.h
index b4cefab..17c750f 100644 (file)
@@ -1,7 +1,7 @@
 //
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
-// Licensed under the Flora License, Version 1.0 (the License);
+// Licensed under the Flora License, Version 1.1 (the License);
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
 //
@@ -30,7 +30,11 @@ class ContentUpdateEventListener
 {
 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);
@@ -47,7 +51,7 @@ private:
 private:
        static ContentUpdateEventListener* __pContentUpdateEventListener;
        Tizen::Content::ContentManager* __pContentManager;
-       bool __isSingleFileUpdate;
+       bool __changeNotificationReceived;
 };
 
 #endif /* _GL_CONTENT_UPDATE_EVENT_LISTENER_H_ */