web_plat/feeds_engine_api/inc/FeedsServerClient.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
--- a/web_plat/feeds_engine_api/inc/FeedsServerClient.h	Tue Aug 31 16:17:46 2010 +0300
+++ b/web_plat/feeds_engine_api/inc/FeedsServerClient.h	Wed Sep 01 12:28:30 2010 +0100
@@ -15,13 +15,9 @@
 *
 */
 
-
 #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>
 
@@ -31,9 +27,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
 
@@ -45,7 +41,6 @@
 
 // FORWARD DECLARATIONS
 
-
 // CLASS DECLARATION
    class CClientRequestHandler;
 /**