equal
deleted
inserted
replaced
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; |