equal
deleted
inserted
replaced
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 |
18 #include <feedsservermsg.h> |
19 #include "FeedsServerMsg.h" |
19 #include <transaction.h> |
20 #include "Transaction.h" |
20 #include <feedsentity.h> |
21 #include "FeedsEntity.h" |
21 #include <feedsinterface.h> |
22 #include "FeedsInterface.h" |
22 #include <S32Mem.h> |
23 #include <s32mem.h> |
|
24 #include <es_sock.h> |
23 #include <es_sock.h> |
25 #include "FeedsMap.h" |
24 #include <feedsmap.h> |
26 #include "Packed.h" |
25 #include "Packed.h" |
27 #include "PackedFeed.h" |
26 #include "PackedFeed.h" |
28 #include "PackedFolder.h" |
27 #include "PackedFolder.h" |
29 #include "Logger.h" |
28 #include "Logger.h" |
30 |
29 |
103 iNotifyOnCancel = EFalse; |
102 iNotifyOnCancel = EFalse; |
104 Cancel (); |
103 Cancel (); |
105 |
104 |
106 delete iRequestBuff; |
105 delete iRequestBuff; |
107 delete iAutoDelete; |
106 delete iAutoDelete; |
108 delete iFeedsEntity; |
|
109 delete iSettingsResponseBuffer; |
107 delete iSettingsResponseBuffer; |
110 } |
108 } |
111 |
109 |
112 // ----------------------------------------------------------------------------- |
110 // ----------------------------------------------------------------------------- |
113 // CTransaction::DoCancel |
111 // CTransaction::DoCancel |