browserutilities/feedsengine/FeedsServer/Client/src/Item.cpp
changeset 25 0ed94ceaa377
parent 0 dd21522fd290
child 26 cb62a4f66ebe
equal deleted inserted replaced
22:9a9a761f03f1 25:0ed94ceaa377
    14 * Description:  Holds information about a feed item.
    14 * Description:  Holds information about a feed item.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "FeedAttributes.h"
    19 #include "feedattributes.h"
    20 #include "FeedsServerFeed.h"
    20 #include "feedsserverfeed.h"
    21 #include "Logger.h"
    21 #include "Logger.h"
    22 
    22 
    23 // Constants
    23 // Constants
    24 _LIT(KNew, "new");
    24 _LIT(KNew, "new");
    25 _LIT(KRead, "read");
    25 _LIT(KRead, "read");