diff options
Diffstat (limited to 'Swiften/LinkLocal/OutgoingLinkLocalSession.h')
| -rw-r--r-- | Swiften/LinkLocal/OutgoingLinkLocalSession.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/LinkLocal/OutgoingLinkLocalSession.h b/Swiften/LinkLocal/OutgoingLinkLocalSession.h index f12f783..b3e7b39 100644 --- a/Swiften/LinkLocal/OutgoingLinkLocalSession.h +++ b/Swiften/LinkLocal/OutgoingLinkLocalSession.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2010-2014 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 | */ |
| @@ -11,6 +11,7 @@ | |||
| 11 | #include <boost/enable_shared_from_this.hpp> | 11 | #include <boost/enable_shared_from_this.hpp> |
| 12 | #include <vector> | 12 | #include <vector> |
| 13 | 13 | ||
| 14 | #include <Swiften/Base/API.h> | ||
| 14 | #include <Swiften/Session/Session.h> | 15 | #include <Swiften/Session/Session.h> |
| 15 | #include <Swiften/JID/JID.h> | 16 | #include <Swiften/JID/JID.h> |
| 16 | 17 | ||
| @@ -21,7 +22,7 @@ namespace Swift { | |||
| 21 | class PayloadParserFactoryCollection; | 22 | class PayloadParserFactoryCollection; |
| 22 | class PayloadSerializerCollection; | 23 | class PayloadSerializerCollection; |
| 23 | 24 | ||
| 24 | class OutgoingLinkLocalSession : public Session { | 25 | class SWIFTEN_API OutgoingLinkLocalSession : public Session { |
| 25 | public: | 26 | public: |
| 26 | OutgoingLinkLocalSession( | 27 | OutgoingLinkLocalSession( |
| 27 | const JID& localJID, | 28 | const JID& localJID, |
Swift