diff options
Diffstat (limited to 'Swiften/Elements/StartSession.h')
-rw-r--r-- | Swiften/Elements/StartSession.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Swiften/Elements/StartSession.h b/Swiften/Elements/StartSession.h index 7aeb611..a40865e 100644 --- a/Swiften/Elements/StartSession.h +++ b/Swiften/Elements/StartSession.h @@ -1,17 +1,19 @@ /* - * Copyright (c) 2010 Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Copyright (c) 2010-2016 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. */ #pragma once #include <string> + +#include <Swiften/Base/API.h> #include <Swiften/Elements/Payload.h> namespace Swift { - class StartSession : public Payload { - public: - StartSession() {} - }; + class SWIFTEN_API StartSession : public Payload { + public: + StartSession() {} + }; } |