equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: The client side connection to a feed on the FeedsSever. |
14 * Description: The client side connection to a feed on the FeedsSever. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #ifndef FEEDS_SERVER_FEED_H |
18 #ifndef FEEDS_SERVER_FEED_H |
20 #define FEEDS_SERVER_FEED_H |
19 #define FEEDS_SERVER_FEED_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 <FeedsServerRequestHandler.h> |
25 #include <FeedsServerRequestHandler.h> |
29 #include <FeedsServerMsg.h> |
26 #include <FeedsServerMsg.h> |
30 #include "FeedsEntity.h" |
27 #include <feedsentity.h> |
31 |
28 #include <leaktracker.h> |
32 #include "LeakTracker.h" |
29 #include <transaction.h> |
33 #include "Transaction.h" |
|
34 |
30 |
35 // CONSTANTS |
31 // CONSTANTS |
36 |
32 |
37 // MACROS |
33 // MACROS |
38 |
|
39 |
34 |
40 // FUNCTION PROTOTYPES |
35 // FUNCTION PROTOTYPES |
41 |
36 |
42 // FORWARD DECLARATIONS |
37 // FORWARD DECLARATIONS |
43 |
38 |