browserutilities/feedsengine/FeedsServer/Client/src/Item.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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 #include <feedattributes.h>
    18 
    19 #include <feedsserverfeed.h>
    19 #include "FeedAttributes.h"
       
    20 #include "FeedsServerFeed.h"
    20 #include "Logger.h"
    21 #include "Logger.h"
    21 
    22 
    22 // Constants
    23 // Constants
    23 _LIT(KNew, "new");
    24 _LIT(KNew, "new");
    24 _LIT(KRead, "read");
    25 _LIT(KRead, "read");
    25 _LIT(KUnread, "unread");
    26 _LIT(KUnread, "unread");
       
    27 
    26 
    28 
    27 // -----------------------------------------------------------------------------
    29 // -----------------------------------------------------------------------------
    28 // CItem::NewL
    30 // CItem::NewL
    29 //
    31 //
    30 // Two-phased constructor.
    32 // Two-phased constructor.