summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/XMLParserClient.cpp')
-rw-r--r--Swiften/Parser/XMLParserClient.cpp6
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 {
11XMLParserClient::~XMLParserClient() { 11XMLParserClient::~XMLParserClient() {
12} 12}
13 13
14void XMLParserClient::handleStartElement(const std::string&, const std::string&, const AttributeMap&) {
15}
16
17void XMLParserClient::handleStartElementPrefix(const std::string&, const std::string&, const std::string&, const std::string&, const std::string&, const AttributeMap&) {
18}
19
14void XMLParserClient::handleNamespaceDeclaration(const std::string&, const std::string&) { 20void XMLParserClient::handleNamespaceDeclaration(const std::string&, const std::string&) {
15} 21}
16 22