browserutilities/feedsengine/FeedsServer/Client/src/Item.cpp
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    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.