voipplugins/voipadapters/voipxmlprovisioning/voipxmlprocessor/inc/voipxmlparser.h
equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 #ifndef VOIPXMLPARSER_H |
19 #ifndef VOIPXMLPARSER_H |
20 #define VOIPXMLPARSER_H |
20 #define VOIPXMLPARSER_H |
21 |
21 |
22 #include <GMXMLParser.h> |
22 #include <gmxmlparser.h> |
23 #include <GMXMLElement.h> |
23 #include <gmxmlelement.h> |
24 #include <GMXMLNode.h> |
24 #include <gmxmlnode.h> |
25 |
25 |
26 #include "voipxmlparamhandler.h" |
26 #include "voipxmlparamhandler.h" |
27 |
27 |
28 class CVoipXmlParamHandler; |
28 class CVoipXmlParamHandler; |
29 |
29 |