videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h
changeset 28 c48470be1ba7
parent 17 69946d1824c4
child 46 adbe7d5ba2f5
--- a/videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h	Thu May 27 12:53:14 2010 +0300
+++ b/videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h	Fri Jun 11 13:39:54 2010 +0300
@@ -25,6 +25,7 @@
 // FORWARD DECLARATIONS
 class CVcxMyVideosCollectionPlugin;
 class CMPXMedia;
+class CRepository;
 
 // CONSTANTS
 
@@ -490,7 +491,7 @@
         /**
          * Set to ETrue when doing videolist fetching.
          */
-        TBool IsFetchingVideoList;
+        TBool iIsFetchingVideoList;
     private:
 
         /**
@@ -508,6 +509,12 @@
          * order for fast access.
          */
         CVcxMyVideosVideoListIndex* iVideoListIndex;
+        
+        /**
+        * Provides access to the sorting order key in cenrep. Own.
+        */
+        CRepository* iCenRep;
+
     };
 
 #endif   // VCXMYVIDEOSVIDEOCACHE_H