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 |
18 #ifndef FEEDS_SERVER_FEED_H |
19 #ifndef FEEDS_SERVER_FEED_H |
19 #define FEEDS_SERVER_FEED_H |
20 #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 |
20 |
23 |
21 // INCLUDES |
24 // INCLUDES |
22 #include <e32base.h> |
25 #include <e32base.h> |
23 #include <e32std.h> |
26 #include <e32std.h> |
24 |
27 |
25 #include <FeedsServerRequestHandler.h> |
28 #include <FeedsServerRequestHandler.h> |
26 #include <FeedsServerMsg.h> |
29 #include <FeedsServerMsg.h> |
27 #include <feedsentity.h> |
30 #include "FeedsEntity.h" |
28 #include <leaktracker.h> |
31 |
29 #include <transaction.h> |
32 #include "LeakTracker.h" |
|
33 #include "Transaction.h" |
30 |
34 |
31 // CONSTANTS |
35 // CONSTANTS |
32 |
36 |
33 // MACROS |
37 // MACROS |
|
38 |
34 |
39 |
35 // FUNCTION PROTOTYPES |
40 // FUNCTION PROTOTYPES |
36 |
41 |
37 // FORWARD DECLARATIONS |
42 // FORWARD DECLARATIONS |
38 |
43 |