45979
[apps/osp/Gallery.git] / inc / GlAlbumListPresentationModel.h
index cc1f374..b360a12 100644 (file)
@@ -39,7 +39,6 @@ class AlbumListPresentationModel
        : public IContentFileUpdateManager
        , public IThumbnailEventListener
        , public Tizen::Base::Object
-       , public Tizen::Content::IContentScanListener
        , public Tizen::System::IDeviceEventListener
 {
 public:
@@ -77,7 +76,7 @@ public:
 
        virtual void OnThumbnailReceivedN(Tizen::Base::Runtime::IEventArg& eventArg);
 
-       virtual void OnContentScanCompleted(RequestId reqId, const Tizen::Base::String &scanPath, result r);
+       bool OnContentScanCompleted(const Tizen::Base::String &scanPath);\r
 
        void OnContentCreated(void);
        void OnContentUpdated(void);
@@ -120,6 +119,7 @@ private:
        AppControlMediaType __appControlMediaType;
        AppControlSelectionMode __appControlSelectionMode;
        bool __updateProgressStatus;
+       Tizen::Base::String __renameNewPath;\r
 };
 
 #endif /* _GL_ALBUM_LIST_PRESENTATION_MODEL_H_ */