omadrm/drmengine/roap/inc/RespParser.h
changeset 23 493788a4a8a4
parent 0 95b198f216e5
equal deleted inserted replaced
5:79d62d1d7957 23:493788a4a8a4
    19 
    19 
    20 #ifndef RESPPARSER_H
    20 #ifndef RESPPARSER_H
    21 #define RESPPARSER_H
    21 #define RESPPARSER_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <Xml/Parser.h>
    24 #include <xml/parser.h>
    25 #include <Xml/ContentHandler.h>
    25 #include <xml/contenthandler.h>
    26 #include <Xml/XmlParserErrors.h>
    26 #include <xml/xmlparsererrors.h>
    27 
    27 
    28 using namespace Xml;
    28 using namespace Xml;
    29 
    29 
    30 namespace Roap
    30 namespace Roap
    31 {
    31 {
    71             TInt aState,
    71             TInt aState,
    72             const RTagInfo& aElement) = 0;
    72             const RTagInfo& aElement) = 0;
    73     };
    73     };
    74 }
    74 }
    75 
    75 
    76 #endif      // ROAPPARSER_H   
    76 #endif      // ROAPPARSER_H
    77             
    77 
    78 // End of File
    78 // End of File