videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h
changeset 1 6711b85517b7
parent 0 96612d01cf9f
child 16 67eb01668b0e
equal deleted inserted replaced
0:96612d01cf9f 1:6711b85517b7
    25 
    25 
    26 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    27 class CVcxMyVideosCollectionPlugin;
    27 class CVcxMyVideosCollectionPlugin;
    28 class CMPXMedia;
    28 class CMPXMedia;
    29 class CVcxMyVideosDownloadCache;
    29 class CVcxMyVideosDownloadCache;
       
    30 class CRepository;
    30 
    31 
    31 // CONSTANTS
    32 // CONSTANTS
    32 
    33 
    33 // CLASS DECLARATION
    34 // CLASS DECLARATION
    34 
    35 
   359 
   360 
   360         /**
   361         /**
   361         * My Videos collection plugin, owner of this object.
   362         * My Videos collection plugin, owner of this object.
   362         */
   363         */
   363         CVcxMyVideosCollectionPlugin& iCollection;        
   364         CVcxMyVideosCollectionPlugin& iCollection;        
       
   365 
       
   366         /**
       
   367         * Provides access to the sorting order key in cenrep. Own.
       
   368         */
       
   369         CRepository* iCenRep;
       
   370 
   364     };
   371     };
   365 
   372 
   366 #endif   // VCXMYVIDEOSVIDEOCACHE_H
   373 #endif   // VCXMYVIDEOSVIDEOCACHE_H
   367 
   374 
   368 
   375