web_plat/multipart_parser_api/inc/MultipartParser.h
branchRCL_3
changeset 93 79859ed3eea9
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
92:e1bea15f9a39 93:79859ed3eea9
    13 *
    13 *
    14 * Description:  Implementation of the Multipart Parser
    14 * Description:  Implementation of the Multipart Parser
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 
       
    19 
    18 #ifndef MULTIPARTPARSER_H
    20 #ifndef MULTIPARTPARSER_H
    19 #define MULTIPARTPARSER_H
    21 #define MULTIPARTPARSER_H
    20 
    22 
       
    23 #warning The Multipart Parser API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
       
    24 
    21 //  INCLUDES
    25 //  INCLUDES
    22 #include <bodypart.h>
    26 #include "BodyPart.h"
       
    27 
    23 
    28 
    24 //  CONSTANTS
    29 //  CONSTANTS
    25 
    30 
       
    31 
    26 // DATA TYPES
    32 // DATA TYPES
       
    33 
    27 
    34 
    28 // FORWARD DECLARATIONS
    35 // FORWARD DECLARATIONS
    29 class CBodyPart;
    36 class CBodyPart;
    30 
    37 
    31 // CLASS DECLARATION
    38 // CLASS DECLARATION