equal
deleted
inserted
replaced
14 * Description: Is a serialized version of CFeed suitable for transfer between |
14 * Description: Is a serialized version of CFeed suitable for transfer between |
15 * client and server. |
15 * client and server. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
|
19 |
19 #include "PackedAttributes.h" |
20 #include "PackedAttributes.h" |
20 #include <feedattributes.h> |
21 #include "FeedAttributes.h" |
21 #include "PackedFeed.h" |
22 #include "PackedFeed.h" |
22 #include "Logger.h" |
23 #include "Logger.h" |
|
24 |
23 |
25 |
24 const TInt KTokenArrayIncrementSize = 1000; |
26 const TInt KTokenArrayIncrementSize = 1000; |
25 const TInt KStringTableIncrementSize = 10240; |
27 const TInt KStringTableIncrementSize = 10240; |
26 |
28 |
27 |
29 |