equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: The client side connection to a folder on the FeedsSever. |
14 * Description: The client side connection to a folder on the FeedsSever. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #ifndef FEEDS_SERVER_FOLDER_ITEM_H |
18 #ifndef FEEDS_SERVER_FOLDER_ITEM_H |
20 #define FEEDS_SERVER_FOLDER_ITEM_H |
19 #define FEEDS_SERVER_FOLDER_ITEM_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 "FeedsEntity.h" |
26 #include <feedsentity.h> |
30 #include "LeakTracker.h" |
27 #include <leaktracker.h> |
31 |
28 #include <transaction.h> |
32 #include "Transaction.h" |
|
33 |
29 |
34 // CONSTANTS |
30 // CONSTANTS |
35 |
31 |
36 // MACROS |
32 // MACROS |
37 |
33 |