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