N_SE-36744 N_SE-36750 N_SE-36754 N_SE-36743
[apps/osp/MyFiles.git] / inc / MfFolderEntryPresentationModel.h
index 9835671..f443de3 100644 (file)
@@ -216,6 +216,7 @@ public:
 
        void CreateStack(void);
        void CreateTraversalTree(void);
+       int GetDeviceListCount(void);
 private:
        /*@fn FileListPresentationModel()
         * Copy Constructor for the FileListPresentationModel class
@@ -284,6 +285,7 @@ private:
        ThumbnailManager* __pThumbnailManager;
        Tizen::Base::Collection::Stack* __pFolderEntryStack;
        CacheManager* __pCacheManager;
+       int __deviceListCount;
 };
 
 #endif // _MF_FOLDER_ENTRY_PRESENTATION_MODEL_H_