videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h
changeset 39 f6d44a0cd476
parent 36 8aed59de29f9
child 40 13331705e488
--- a/videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h	Fri May 14 15:14:51 2010 +0300
+++ b/videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h	Fri May 28 09:45:19 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