browserutilities/feedsengine/FeedsServer/Api/src/FeedsEntity.cpp
changeset 36 0ed94ceaa377
parent 0 dd21522fd290
child 37 cb62a4f66ebe
equal deleted inserted replaced
32:9a9a761f03f1 36:0ed94ceaa377
    14 * Description:  The client side connection to the FeedsSever.
    14 * Description:  The client side connection to the FeedsSever.
    15  *
    15  *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "FeedsEntity.h"
    19 #include "feedsentity.h"
    20 #include "FeedsMap.h"
    20 #include "feedsmap.h"
    21 #include "PackedAttributes.h"
    21 #include "PackedAttributes.h"
    22 #include "FeedAttributes.h"
    22 #include "feedattributes.h"
    23 #include <FolderAttributes.h>
    23 #include <folderattributes.h>
    24 #include "Packed.h"
    24 #include "Packed.h"
    25 #include "PackedFeed.h"
    25 #include "PackedFeed.h"
    26 #include "PackedFolder.h"
    26 #include "PackedFolder.h"
    27 #include "FeedsInterface.h"
    27 #include "feedsinterface.h"
    28 
    28 
    29 // Constant definitions
    29 // Constant definitions
    30 _LIT(KNew, "new");
    30 _LIT(KNew, "new");
    31 _LIT(KRead, "read");
    31 _LIT(KRead, "read");
    32 _LIT(KUnread, "unread");
    32 _LIT(KUnread, "unread");