summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/XMPPParserClient.h')
m---------Swiften0
-rw-r--r--Swiften/Parser/XMPPParserClient.h19
2 files changed, 0 insertions, 19 deletions
diff --git a/Swiften b/Swiften
new file mode 160000
+Subproject 8213ba16d0043d2461f4b031c881d61dda5a38c
diff --git a/Swiften/Parser/XMPPParserClient.h b/Swiften/Parser/XMPPParserClient.h
deleted file mode 100644
index b8f8e46..0000000
--- a/Swiften/Parser/XMPPParserClient.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include <boost/shared_ptr.hpp>
-
-#include "Swiften/Elements/Element.h"
-
-namespace Swift {
- class String;
- class ProtocolHeader;
-
- class XMPPParserClient {
- public:
- virtual ~XMPPParserClient();
-
- virtual void handleStreamStart(const ProtocolHeader&) = 0;
- virtual void handleElement(boost::shared_ptr<Element>) = 0;
- virtual void handleStreamEnd() = 0;
- };
-}