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