browserutilities/feedsengine/FeedsServer/Common/src/PackedFolder.cpp
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    15 *                client and server.
    15 *                client and server.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 #include "PackedAttributes.h"
    19 #include "PackedAttributes.h"
    20 #include "feedattributes.h"
    20 #include <feedattributes.h>
    21 #include "folderattributes.h"
    21 #include <folderattributes.h>
    22 #include "PackedFolder.h"
    22 #include "PackedFolder.h"
    23 #include "Logger.h"
    23 #include "Logger.h"
    24 
    24 
    25 
       
    26 const TInt KTokenArrayIncrementSize = 100;
    25 const TInt KTokenArrayIncrementSize = 100;
    27 const TInt KStringTableIncrementSize = 1024;
    26 const TInt KStringTableIncrementSize = 1024;
    28 
       
    29 
    27 
    30 // -----------------------------------------------------------------------------
    28 // -----------------------------------------------------------------------------
    31 // CPackedFolder::NewL
    29 // CPackedFolder::NewL
    32 //
    30 //
    33 // Two-phased constructor.  Used on both the client and server.
    31 // Two-phased constructor.  Used on both the client and server.