web_plat/feeds_engine_api/inc/Transaction.h
branchRCL_3
changeset 48 79859ed3eea9
parent 38 4917f9bf7995
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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
       
    21 
       
    22 #warning The Feeds Engine API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
    20 
    23 
    21 // INCLUDES
    24 // INCLUDES
    22 #include <e32base.h>
    25 #include <e32base.h>
    23 #include <e32std.h>
    26 #include <e32std.h>
    24 
    27 
    25 #include <ApEngineconsts.h>
    28 #include <ApEngineconsts.h>
    26 #include <feedsservermsg.h>
    29 #include "FeedsServerMsg.h"
    27 #include <feedsentity.h>
    30 
    28 #include <feedsinterface.h>
    31 #include "FeedsEntity.h"
       
    32 #include "FeedsInterface.h"
    29 
    33 
    30 // CONSTANTS
    34 // CONSTANTS
    31 
    35 
    32 // MACROS
    36 // MACROS
    33 
    37