web_plat/feeds_engine_api/inc/Transaction.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    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 
       
    19 #ifndef TRANSACTION_H
    18 #ifndef TRANSACTION_H
    20 #define TRANSACTION_H
    19 #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
       
    23 
    20 
    24 // INCLUDES
    21 // INCLUDES
    25 #include <e32base.h>
    22 #include <e32base.h>
    26 #include <e32std.h>
    23 #include <e32std.h>
    27 
    24 
    28 #include <ApEngineconsts.h>
    25 #include <ApEngineconsts.h>
    29 #include "FeedsServerMsg.h"
    26 #include <feedsservermsg.h>
    30 
    27 #include <feedsentity.h>
    31 #include "FeedsEntity.h"
    28 #include <feedsinterface.h>
    32 #include "FeedsInterface.h"
       
    33 
    29 
    34 // CONSTANTS
    30 // CONSTANTS
    35 
    31 
    36 // MACROS
    32 // MACROS
    37 
    33