web_plat/feeds_engine_api/inc/FeedsServerFeed.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 74 91031d3aab7d
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description:  The client side connection to a feed on the FeedsSever.
    14 * Description:  The client side connection to a feed on the FeedsSever.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
    18 #ifndef FEEDS_SERVER_FEED_H
    19 #ifndef FEEDS_SERVER_FEED_H
    19 #define FEEDS_SERVER_FEED_H
    20 #define FEEDS_SERVER_FEED_H
    20 
    21 
    21 // INCLUDES
    22 // INCLUDES
    22 #include <e32base.h>
    23 #include <e32base.h>
    23 #include <e32std.h>
    24 #include <e32std.h>
    24 
    25 
    25 #include <FeedsServerRequestHandler.h>
    26 #include <FeedsServerRequestHandler.h>
    26 #include <FeedsServerMsg.h>
    27 #include <FeedsServerMsg.h>
    27 #include <feedsentity.h>
    28 #include "FeedsEntity.h"
    28 #include <leaktracker.h>
    29 
    29 #include <transaction.h>
    30 #include "LeakTracker.h"
       
    31 #include "Transaction.h"
    30 
    32 
    31 // CONSTANTS
    33 // CONSTANTS
    32 
    34 
    33 // MACROS
    35 // MACROS
       
    36 
    34 
    37 
    35 // FUNCTION PROTOTYPES
    38 // FUNCTION PROTOTYPES
    36 
    39 
    37 // FORWARD DECLARATIONS
    40 // FORWARD DECLARATIONS
    38 
    41