web_plat/feeds_engine_api/inc/Transaction.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 74 91031d3aab7d
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    13 *
    13 *
    14 * Description:  Main transaction class for handling server client communication
    14 * Description:  Main transaction class for handling server client communication
    15  *
    15  *
    16 */
    16 */
    17 
    17 
       
    18 
    18 #ifndef TRANSACTION_H
    19 #ifndef TRANSACTION_H
    19 #define TRANSACTION_H
    20 #define TRANSACTION_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 <ApEngineconsts.h>
    26 #include <ApEngineconsts.h>
    26 #include <feedsservermsg.h>
    27 #include "FeedsServerMsg.h"
    27 #include <feedsentity.h>
    28 
    28 #include <feedsinterface.h>
    29 #include "FeedsEntity.h"
       
    30 #include "FeedsInterface.h"
    29 
    31 
    30 // CONSTANTS
    32 // CONSTANTS
    31 
    33 
    32 // MACROS
    34 // MACROS
    33 
    35