browserutilities/feedsengine/FeedsServer/Client/src/Item.cpp
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    13 *
    13 *
    14 * Description:  Holds information about a feed item.
    14 * Description:  Holds information about a feed item.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 #include <feedattributes.h>
    19 #include "FeedAttributes.h"
    19 #include <feedsserverfeed.h>
    20 #include "FeedsServerFeed.h"
       
    21 #include "Logger.h"
    20 #include "Logger.h"
    22 
    21 
    23 // Constants
    22 // Constants
    24 _LIT(KNew, "new");
    23 _LIT(KNew, "new");
    25 _LIT(KRead, "read");
    24 _LIT(KRead, "read");
    26 _LIT(KUnread, "unread");
    25 _LIT(KUnread, "unread");
    27 
       
    28 
    26 
    29 // -----------------------------------------------------------------------------
    27 // -----------------------------------------------------------------------------
    30 // CItem::NewL
    28 // CItem::NewL
    31 //
    29 //
    32 // Two-phased constructor.
    30 // Two-phased constructor.