equal
deleted
inserted
replaced
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 |
20 |
22 // INCLUDES |
21 // INCLUDES |
23 #include <e32base.h> |
22 #include <e32base.h> |
24 #include <e32std.h> |
23 #include <e32std.h> |
25 |
24 |
26 #include <ApEngineconsts.h> |
25 #include <ApEngineconsts.h> |
27 #include "FeedsServerMsg.h" |
26 #include <feedsservermsg.h> |
28 |
27 #include <feedsentity.h> |
29 #include "FeedsEntity.h" |
28 #include <feedsinterface.h> |
30 #include "FeedsInterface.h" |
|
31 |
29 |
32 // CONSTANTS |
30 // CONSTANTS |
33 |
31 |
34 // MACROS |
32 // MACROS |
35 |
33 |