diff options
Diffstat (limited to 'Swiften/Parser/PayloadParsers/CapsInfoParserFactory.h')
-rw-r--r-- | Swiften/Parser/PayloadParsers/CapsInfoParserFactory.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Swiften/Parser/PayloadParsers/CapsInfoParserFactory.h b/Swiften/Parser/PayloadParsers/CapsInfoParserFactory.h deleted file mode 100644 index 6910ff8..0000000 --- a/Swiften/Parser/PayloadParsers/CapsInfoParserFactory.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2010 Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. - */ - -#pragma once - -#include "Swiften/Parser/GenericPayloadParserFactory.h" -#include "Swiften/Parser/PayloadParsers/CapsInfoParser.h" - -namespace Swift { - class CapsInfoParserFactory : public GenericPayloadParserFactory<CapsInfoParser> { - public: - CapsInfoParserFactory() : GenericPayloadParserFactory<CapsInfoParser>("c", "http://jabber.org/protocol/caps") {} - }; -} |