diff options
Diffstat (limited to 'Swiften/Queries/Requests/SubmitInBandRegistrationFormRequest.h')
| -rw-r--r-- | Swiften/Queries/Requests/SubmitInBandRegistrationFormRequest.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Queries/Requests/SubmitInBandRegistrationFormRequest.h b/Swiften/Queries/Requests/SubmitInBandRegistrationFormRequest.h index 82e1612..e79562a 100644 --- a/Swiften/Queries/Requests/SubmitInBandRegistrationFormRequest.h +++ b/Swiften/Queries/Requests/SubmitInBandRegistrationFormRequest.h | |||
| @@ -1,5 +1,5 @@ | |||
| 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 | */ |
| @@ -9,12 +9,13 @@ | |||
| 9 | #include <Swiften/Base/boost_bsignals.h> | 9 | #include <Swiften/Base/boost_bsignals.h> |
| 10 | #include <boost/shared_ptr.hpp> | 10 | #include <boost/shared_ptr.hpp> |
| 11 | 11 | ||
| 12 | #include <Swiften/Base/API.h> | ||
| 12 | #include <Swiften/Queries/Request.h> | 13 | #include <Swiften/Queries/Request.h> |
| 13 | #include <Swiften/Elements/InBandRegistrationPayload.h> | 14 | #include <Swiften/Elements/InBandRegistrationPayload.h> |
| 14 | 15 | ||
| 15 | 16 | ||
| 16 | namespace Swift { | 17 | namespace Swift { |
| 17 | class SetInBandRegistrationRequest : public Request { | 18 | class SWIFTEN_API SetInBandRegistrationRequest : public Request { |
| 18 | public: | 19 | public: |
| 19 | typedef boost::shared_ptr<SetInBandRegistrationRequest> ref; | 20 | typedef boost::shared_ptr<SetInBandRegistrationRequest> ref; |
| 20 | 21 | ||
Swift