diff -r e1bea15f9a39 -r 79859ed3eea9 web_plat/multipart_parser_api/inc/MultipartParser.h --- a/web_plat/multipart_parser_api/inc/MultipartParser.h Thu Aug 19 10:58:56 2010 +0300 +++ b/web_plat/multipart_parser_api/inc/MultipartParser.h Tue Aug 31 16:17:46 2010 +0300 @@ -15,16 +15,23 @@ * */ + + #ifndef MULTIPARTPARSER_H #define MULTIPARTPARSER_H +#warning The Multipart Parser API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information + // INCLUDES -#include +#include "BodyPart.h" + // CONSTANTS + // DATA TYPES + // FORWARD DECLARATIONS class CBodyPart;