diff options
Diffstat (limited to 'Swiften/Session/BasicSessionStream.h')
| -rw-r--r-- | Swiften/Session/BasicSessionStream.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Session/BasicSessionStream.h b/Swiften/Session/BasicSessionStream.h index a3b703c..7832e42 100644 --- a/Swiften/Session/BasicSessionStream.h +++ b/Swiften/Session/BasicSessionStream.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 | */ |
| @@ -8,6 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | #include <boost/shared_ptr.hpp> | 9 | #include <boost/shared_ptr.hpp> |
| 10 | 10 | ||
| 11 | #include <Swiften/Base/API.h> | ||
| 11 | #include <Swiften/Base/SafeByteArray.h> | 12 | #include <Swiften/Base/SafeByteArray.h> |
| 12 | #include <Swiften/Network/Connection.h> | 13 | #include <Swiften/Network/Connection.h> |
| 13 | #include <Swiften/Session/SessionStream.h> | 14 | #include <Swiften/Session/SessionStream.h> |
| @@ -27,7 +28,7 @@ namespace Swift { | |||
| 27 | class CompressionLayer; | 28 | class CompressionLayer; |
| 28 | class XMLParserFactory; | 29 | class XMLParserFactory; |
| 29 | 30 | ||
| 30 | class BasicSessionStream : public SessionStream { | 31 | class SWIFTEN_API BasicSessionStream : public SessionStream { |
| 31 | public: | 32 | public: |
| 32 | BasicSessionStream( | 33 | BasicSessionStream( |
| 33 | StreamType streamType, | 34 | StreamType streamType, |
Swift