diff -r 96612d01cf9f -r 6711b85517b7 videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h --- a/videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h Mon Jan 18 20:21:12 2010 +0200 +++ b/videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h Tue Jan 26 12:00:59 2010 +0200 @@ -27,6 +27,7 @@ class CVcxMyVideosCollectionPlugin; class CMPXMedia; class CVcxMyVideosDownloadCache; +class CRepository; // CONSTANTS @@ -361,6 +362,12 @@ * My Videos collection plugin, owner of this object. */ CVcxMyVideosCollectionPlugin& iCollection; + + /** + * Provides access to the sorting order key in cenrep. Own. + */ + CRepository* iCenRep; + }; #endif // VCXMYVIDEOSVIDEOCACHE_H