summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Queries/Requests/GetSoftwareVersionRequest.h')
-rw-r--r--Swiften/Queries/Requests/GetSoftwareVersionRequest.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Queries/Requests/GetSoftwareVersionRequest.h b/Swiften/Queries/Requests/GetSoftwareVersionRequest.h
index 439660d..1084a0b 100644
--- a/Swiften/Queries/Requests/GetSoftwareVersionRequest.h
+++ b/Swiften/Queries/Requests/GetSoftwareVersionRequest.h
@@ -1,18 +1,19 @@
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/Queries/GenericRequest.h> 10#include <Swiften/Queries/GenericRequest.h>
10#include <Swiften/Elements/SoftwareVersion.h> 11#include <Swiften/Elements/SoftwareVersion.h>
11#include <boost/smart_ptr/make_shared.hpp> 12#include <boost/smart_ptr/make_shared.hpp>
12 13
13 14
14namespace Swift { 15namespace Swift {
15 class GetSoftwareVersionRequest : public GenericRequest<SoftwareVersion> { 16 class SWIFTEN_API GetSoftwareVersionRequest : public GenericRequest<SoftwareVersion> {
16 public: 17 public:
17 typedef boost::shared_ptr<GetSoftwareVersionRequest> ref; 18 typedef boost::shared_ptr<GetSoftwareVersionRequest> ref;
18 19