equal
deleted
inserted
replaced
15 * Implementation of CFavouritesItemList. |
15 * Implementation of CFavouritesItemList. |
16 * |
16 * |
17 * |
17 * |
18 */ |
18 */ |
19 |
19 |
|
20 |
20 // INCLUDE FILES |
21 // INCLUDE FILES |
21 |
22 |
22 #include <s32strm.h> |
23 #include <s32strm.h> |
23 #include <favouritesitemlist.h> |
24 #include "FavouritesItemList.h" |
24 #include <favouritesitem.h> |
25 #include "FavouritesItem.h" |
25 |
26 |
26 // CONSTANTS |
27 // CONSTANTS |
27 |
28 |
28 /// Granularity of the item list. |
29 /// Granularity of the item list. |
29 LOCAL_D const TInt KGranularity = 8; |
30 LOCAL_D const TInt KGranularity = 8; |