browserutilities/favouritesengine/ClientServer/src/FavouritesItemList.cpp
changeset 36 0ed94ceaa377
parent 0 dd21522fd290
child 37 cb62a4f66ebe
equal deleted inserted replaced
32:9a9a761f03f1 36:0ed94ceaa377
    19 
    19 
    20 
    20 
    21 // INCLUDE FILES
    21 // INCLUDE FILES
    22 
    22 
    23 #include <s32strm.h>
    23 #include <s32strm.h>
    24 #include "FavouritesItemList.h"
    24 #include "favouritesitemlist.h"
    25 #include "FavouritesItem.h"
    25 #include "favouritesitem.h"
    26 
    26 
    27 // CONSTANTS
    27 // CONSTANTS
    28 
    28 
    29 /// Granularity of the item list.
    29 /// Granularity of the item list.
    30 LOCAL_D const TInt KGranularity = 8;
    30 LOCAL_D const TInt KGranularity = 8;