web_plat/feeds_engine_api/inc/FeedsServerClient.h
branchRCL_3
changeset 93 79859ed3eea9
parent 67 4917f9bf7995
child 94 919f36ff910f
--- a/web_plat/feeds_engine_api/inc/FeedsServerClient.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/web_plat/feeds_engine_api/inc/FeedsServerClient.h	Tue Aug 31 16:17:46 2010 +0300
@@ -15,9 +15,13 @@
 *
 */
 
+
 #ifndef FEEDS_SERVER_CLIENT_H
 #define FEEDS_SERVER_CLIENT_H
 
+#warning The Feeds Engine API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
+
+
 // INCLUDES
 #include <e32std.h>
 
@@ -27,9 +31,9 @@
 #include <FeedsServerSettings.h>
 
 //API changes
-#include <feedsinterface.h>
-#include <feedsmap.h>
-#include <transaction.h>
+#include "FeedsInterface.h"
+#include "FeedsMap.h"
+#include "Transaction.h"
 
 // CONSTANTS
 
@@ -41,6 +45,7 @@
 
 // FORWARD DECLARATIONS
 
+
 // CLASS DECLARATION
    class CClientRequestHandler;
 /**