summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Network/EnvironmentProxyProvider.h')
-rw-r--r--Swiften/Network/EnvironmentProxyProvider.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Swiften/Network/EnvironmentProxyProvider.h b/Swiften/Network/EnvironmentProxyProvider.h
index 224d301..0afad9d 100644
--- a/Swiften/Network/EnvironmentProxyProvider.h
+++ b/Swiften/Network/EnvironmentProxyProvider.h
@@ -4,12 +4,19 @@
* See Documentation/Licenses/BSD-simplified.txt for more information.
*/
+/*
+ * Copyright (c) 2015 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
+ */
+
#pragma once
+#include <Swiften/Base/API.h>
#include <Swiften/Network/ProxyProvider.h>
namespace Swift {
- class EnvironmentProxyProvider : public ProxyProvider {
+ class SWIFTEN_API EnvironmentProxyProvider : public ProxyProvider {
public:
EnvironmentProxyProvider();
virtual HostAddressPort getHTTPConnectProxy() const;