videocollection/mpxmyvideoscollection/inc/vcxmyvideosvideocache.h
changeset 30 4f111d64a341
parent 1 6711b85517b7
child 34 bbb98528c666
equal deleted inserted replaced
2:dec420019252 30:4f111d64a341
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:    Contains cached MDS media items*
    14 * Description:   Contains cached MDS media items*
    15 */
    15 */
    16 
       
    17 
    16 
    18 
    17 
    19 
    18 
    20 #ifndef VCXMYVIDEOSVIDEOCACHE_H
    19 #ifndef VCXMYVIDEOSVIDEOCACHE_H
    21 #define VCXMYVIDEOSVIDEOCACHE_H
    20 #define VCXMYVIDEOSVIDEOCACHE_H
   346         /**
   345         /**
   347         * Sorting order which was used last time when list was queryed from MDS.
   346         * Sorting order which was used last time when list was queryed from MDS.
   348         */
   347         */
   349         TVcxMyVideosSortingOrder iLastSortingOrder;
   348         TVcxMyVideosSortingOrder iLastSortingOrder;
   350         
   349         
       
   350         /**
       
   351          * Set to ETrue when doing videolist fetching.
       
   352          */
       
   353         TBool IsFetchingVideoList;
   351     private:
   354     private:
   352         
   355         
   353         /**
   356         /**
   354         * Circular buffer containing download id and media object pointer pairs.
   357         * Circular buffer containing download id and media object pointer pairs.
   355         * Media object pointers are owned by iVideoList.
   358         * Media object pointers are owned by iVideoList.