browserutilities/feedsengine/FeedsServer/Common/src/PackedFolder.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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 
    25 const TInt KTokenArrayIncrementSize = 100;
    26 const TInt KTokenArrayIncrementSize = 100;
    26 const TInt KStringTableIncrementSize = 1024;
    27 const TInt KStringTableIncrementSize = 1024;
       
    28 
    27 
    29 
    28 // -----------------------------------------------------------------------------
    30 // -----------------------------------------------------------------------------
    29 // CPackedFolder::NewL
    31 // CPackedFolder::NewL
    30 //
    32 //
    31 // Two-phased constructor.  Used on both the client and server.
    33 // Two-phased constructor.  Used on both the client and server.