diff options
Diffstat (limited to 'Swiften/LinkLocal/IncomingLinkLocalSession.h')
| -rw-r--r-- | Swiften/LinkLocal/IncomingLinkLocalSession.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/LinkLocal/IncomingLinkLocalSession.h b/Swiften/LinkLocal/IncomingLinkLocalSession.h index 65fd29c..f1aa321 100644 --- a/Swiften/LinkLocal/IncomingLinkLocalSession.h +++ b/Swiften/LinkLocal/IncomingLinkLocalSession.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 | */ |
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <boost/shared_ptr.hpp> | 9 | #include <boost/shared_ptr.hpp> |
| 10 | #include <Swiften/Base/boost_bsignals.h> | 10 | #include <Swiften/Base/boost_bsignals.h> |
| 11 | 11 | ||
| 12 | #include <Swiften/Base/API.h> | ||
| 12 | #include <Swiften/Session/Session.h> | 13 | #include <Swiften/Session/Session.h> |
| 13 | #include <Swiften/JID/JID.h> | 14 | #include <Swiften/JID/JID.h> |
| 14 | #include <Swiften/Network/Connection.h> | 15 | #include <Swiften/Network/Connection.h> |
| @@ -20,7 +21,7 @@ namespace Swift { | |||
| 20 | class PayloadParserFactoryCollection; | 21 | class PayloadParserFactoryCollection; |
| 21 | class PayloadSerializerCollection; | 22 | class PayloadSerializerCollection; |
| 22 | 23 | ||
| 23 | class IncomingLinkLocalSession : public Session { | 24 | class SWIFTEN_API IncomingLinkLocalSession : public Session { |
| 24 | public: | 25 | public: |
| 25 | IncomingLinkLocalSession( | 26 | IncomingLinkLocalSession( |
| 26 | const JID& localJID, | 27 | const JID& localJID, |
Swift