web_plat/multipart_parser_api/inc/MultipartParser.h
branchRCL_3
changeset 93 79859ed3eea9
parent 37 cb62a4f66ebe
child 94 919f36ff910f
--- 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 <bodypart.h>
+#include "BodyPart.h"
+
 
 //  CONSTANTS
 
+
 // DATA TYPES
 
+
 // FORWARD DECLARATIONS
 class CBodyPart;