diff -r ff53afa8ad05 -r f6d44a0cd476 videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h --- 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