browserutilities/feedsengine/FeedsServer/Api/src/Transaction.cpp
branchRCL_3
changeset 48 79859ed3eea9
parent 36 c711bdda59f4
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    13 *
    13 *
    14 * Description:  Main class for client side request handling.
    14 * Description:  Main class for client side request handling.
    15  *
    15  *
    16 */
    16 */
    17 
    17 
    18 #include <feedsservermsg.h>
    18 
    19 #include <transaction.h>
    19 #include "FeedsServerMsg.h"
    20 #include <feedsentity.h>
    20 #include "Transaction.h"
    21 #include <feedsinterface.h>
    21 #include "FeedsEntity.h"
    22 #include <S32Mem.h>
    22 #include "FeedsInterface.h"
       
    23 #include <s32mem.h>
    23 #include <es_sock.h>
    24 #include <es_sock.h>
    24 #include <feedsmap.h>
    25 #include "FeedsMap.h"
    25 #include "Packed.h"
    26 #include "Packed.h"
    26 #include "PackedFeed.h"
    27 #include "PackedFeed.h"
    27 #include "PackedFolder.h"
    28 #include "PackedFolder.h"
    28 #include "Logger.h"
    29 #include "Logger.h"
    29 
    30 
   102     iNotifyOnCancel = EFalse;
   103     iNotifyOnCancel = EFalse;
   103     Cancel ();
   104     Cancel ();
   104 
   105 
   105     delete iRequestBuff;
   106     delete iRequestBuff;
   106     delete iAutoDelete;
   107     delete iAutoDelete;
       
   108     delete iFeedsEntity;
   107     delete iSettingsResponseBuffer;
   109     delete iSettingsResponseBuffer;
   108     }
   110     }
   109 
   111 
   110 // -----------------------------------------------------------------------------
   112 // -----------------------------------------------------------------------------
   111 // CTransaction::DoCancel
   113 // CTransaction::DoCancel