summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/AuthResponseParser.h')
-rw-r--r--Swiften/Parser/AuthResponseParser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/AuthResponseParser.h b/Swiften/Parser/AuthResponseParser.h
index e58361e..abb6585 100644
--- a/Swiften/Parser/AuthResponseParser.h
+++ b/Swiften/Parser/AuthResponseParser.h
@@ -1,17 +1,18 @@
1/* 1/*
2 * Copyright (c) 2010 Isode Limited. 2 * Copyright (c) 2010-2015 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
6 6
7#pragma once 7#pragma once
8 8
9#include <Swiften/Base/API.h>
9#include <Swiften/Parser/GenericElementParser.h> 10#include <Swiften/Parser/GenericElementParser.h>
10#include <Swiften/Elements/AuthResponse.h> 11#include <Swiften/Elements/AuthResponse.h>
11#include <string> 12#include <string>
12 13
13namespace Swift { 14namespace Swift {
14 class AuthResponseParser : public GenericElementParser<AuthResponse> { 15 class SWIFTEN_API AuthResponseParser : public GenericElementParser<AuthResponse> {
15 public: 16 public:
16 AuthResponseParser(); 17 AuthResponseParser();
17 18