diff -r e1bea15f9a39 -r 79859ed3eea9 web_plat/feeds_engine_api/inc/FeedsServerClient.h --- 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 @@ -27,9 +31,9 @@ #include //API changes -#include -#include -#include +#include "FeedsInterface.h" +#include "FeedsMap.h" +#include "Transaction.h" // CONSTANTS @@ -41,6 +45,7 @@ // FORWARD DECLARATIONS + // CLASS DECLARATION class CClientRequestHandler; /**