web_plat/multipart_parser_api/inc/MultipartParser.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 74 91031d3aab7d
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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 
    21 //  INCLUDES
    23 //  INCLUDES
    22 #include <bodypart.h>
    24 #include "BodyPart.h"
       
    25 
    23 
    26 
    24 //  CONSTANTS
    27 //  CONSTANTS
    25 
    28 
       
    29 
    26 // DATA TYPES
    30 // DATA TYPES
       
    31 
    27 
    32 
    28 // FORWARD DECLARATIONS
    33 // FORWARD DECLARATIONS
    29 class CBodyPart;
    34 class CBodyPart;
    30 
    35 
    31 // CLASS DECLARATION
    36 // CLASS DECLARATION