browserutilities/feedsengine/FeedsServer/Client/src/Feed.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description:  Holds information about a feed.
    14 * Description:  Holds information about a feed.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 //#ifdef _DEBUG
    19 //#ifdef _DEBUG
    19 #include <f32file.h>
    20 #include <f32file.h>
    20 //#endif
    21 //#endif
    21 
    22 
    22 #include <feedattributes.h>
    23 #include "FeedAttributes.h"
    23 #include <feedsserverfeed.h>
    24 #include "FeedsServerFeed.h"
    24 #include "Logger.h"
    25 #include "Logger.h"
    25 
    26 
    26 // -----------------------------------------------------------------------------
    27 // -----------------------------------------------------------------------------
    27 // CFeed::NewL
    28 // CFeed::NewL
    28 //
    29 //