videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h
changeset 39 f6d44a0cd476
parent 36 8aed59de29f9
child 40 13331705e488
equal deleted inserted replaced
38:ff53afa8ad05 39:f6d44a0cd476
    23 #include "vcxmyvideosmdsdb.h"
    23 #include "vcxmyvideosmdsdb.h"
    24 
    24 
    25 // FORWARD DECLARATIONS
    25 // FORWARD DECLARATIONS
    26 class CVcxMyVideosCollectionPlugin;
    26 class CVcxMyVideosCollectionPlugin;
    27 class CMPXMedia;
    27 class CMPXMedia;
       
    28 class CRepository;
    28 
    29 
    29 // CONSTANTS
    30 // CONSTANTS
    30 
    31 
    31 // CLASS DECLARATION
    32 // CLASS DECLARATION
    32 
    33 
   488         TVcxMyVideosSortingOrder iLastSortingOrder;
   489         TVcxMyVideosSortingOrder iLastSortingOrder;
   489         
   490         
   490         /**
   491         /**
   491          * Set to ETrue when doing videolist fetching.
   492          * Set to ETrue when doing videolist fetching.
   492          */
   493          */
   493         TBool IsFetchingVideoList;
   494         TBool iIsFetchingVideoList;
   494     private:
   495     private:
   495 
   496 
   496         /**
   497         /**
   497         * If ETrue then iVideoList contains all items from MDS.
   498         * If ETrue then iVideoList contains all items from MDS.
   498         */
   499         */
   506         /**
   507         /**
   507          * Index which keeps TVcxMyVidesVideo items indexed in MDS ID
   508          * Index which keeps TVcxMyVidesVideo items indexed in MDS ID
   508          * order for fast access.
   509          * order for fast access.
   509          */
   510          */
   510         CVcxMyVideosVideoListIndex* iVideoListIndex;
   511         CVcxMyVideosVideoListIndex* iVideoListIndex;
       
   512         
       
   513         /**
       
   514         * Provides access to the sorting order key in cenrep. Own.
       
   515         */
       
   516         CRepository* iCenRep;
       
   517 
   511     };
   518     };
   512 
   519 
   513 #endif   // VCXMYVIDEOSVIDEOCACHE_H
   520 #endif   // VCXMYVIDEOSVIDEOCACHE_H
   514 
   521 
   515 
   522