browserutilities/favouritesengine/ClientServer/src/FavouritesItemList.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    15 *      Implementation of CFavouritesItemList.
    15 *      Implementation of CFavouritesItemList.
    16 *      
    16 *      
    17 *
    17 *
    18 */
    18 */
    19 
    19 
    20 
       
    21 // INCLUDE FILES
    20 // INCLUDE FILES
    22 
    21 
    23 #include <s32strm.h>
    22 #include <s32strm.h>
    24 #include "FavouritesItemList.h"
    23 #include <favouritesitemlist.h>
    25 #include "FavouritesItem.h"
    24 #include <favouritesitem.h>
    26 
    25 
    27 // CONSTANTS
    26 // CONSTANTS
    28 
    27 
    29 /// Granularity of the item list.
    28 /// Granularity of the item list.
    30 LOCAL_D const TInt KGranularity = 8;
    29 LOCAL_D const TInt KGranularity = 8;