diff options
Diffstat (limited to 'Swiften/Parser/XMLParserClient.cpp')
| -rw-r--r-- | Swiften/Parser/XMLParserClient.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Swiften/Parser/XMLParserClient.cpp b/Swiften/Parser/XMLParserClient.cpp index 40be4e8..847e1f3 100644 --- a/Swiften/Parser/XMLParserClient.cpp +++ b/Swiften/Parser/XMLParserClient.cpp | |||
| @@ -11,6 +11,12 @@ namespace Swift { | |||
| 11 | XMLParserClient::~XMLParserClient() { | 11 | XMLParserClient::~XMLParserClient() { |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | void XMLParserClient::handleStartElement(const std::string&, const std::string&, const AttributeMap&) { | ||
| 15 | } | ||
| 16 | |||
| 17 | void XMLParserClient::handleStartElementPrefix(const std::string&, const std::string&, const std::string&, const std::string&, const std::string&, const AttributeMap&) { | ||
| 18 | } | ||
| 19 | |||
| 14 | void XMLParserClient::handleNamespaceDeclaration(const std::string&, const std::string&) { | 20 | void XMLParserClient::handleNamespaceDeclaration(const std::string&, const std::string&) { |
| 15 | } | 21 | } |
| 16 | 22 | ||
Swift