equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: The client side connection to the FeedsSever. |
14 * Description: The client side connection to the FeedsSever. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #ifndef FEEDS_SERVER_CLIENT_H |
18 #ifndef FEEDS_SERVER_CLIENT_H |
20 #define FEEDS_SERVER_CLIENT_H |
19 #define FEEDS_SERVER_CLIENT_H |
21 |
20 |
22 // INCLUDES |
21 // INCLUDES |
23 #include <e32std.h> |
22 #include <e32std.h> |
26 #include <FeedsServerFolderItem.h> |
25 #include <FeedsServerFolderItem.h> |
27 #include <FeedsServerRequestHandler.h> |
26 #include <FeedsServerRequestHandler.h> |
28 #include <FeedsServerSettings.h> |
27 #include <FeedsServerSettings.h> |
29 |
28 |
30 //API changes |
29 //API changes |
31 #include "FeedsInterface.h" |
30 #include <feedsinterface.h> |
32 #include "FeedsMap.h" |
31 #include <feedsmap.h> |
33 #include "Transaction.h" |
32 #include <transaction.h> |
34 |
33 |
35 // CONSTANTS |
34 // CONSTANTS |
36 |
35 |
37 // MACROS |
36 // MACROS |
38 |
37 |
39 // DATA TYPES |
38 // DATA TYPES |
40 |
39 |
41 // FUNCTION PROTOTYPES |
40 // FUNCTION PROTOTYPES |
42 |
41 |
43 // FORWARD DECLARATIONS |
42 // FORWARD DECLARATIONS |
44 |
|
45 |
43 |
46 // CLASS DECLARATION |
44 // CLASS DECLARATION |
47 class CClientRequestHandler; |
45 class CClientRequestHandler; |
48 /** |
46 /** |
49 * The RFeedsServer observer interface. |
47 * The RFeedsServer observer interface. |