summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Network/NATPortMapping.h')
-rw-r--r--Swiften/Network/NATPortMapping.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Swiften/Network/NATPortMapping.h b/Swiften/Network/NATPortMapping.h
index 0f6bd95..3ddf39e 100644
--- a/Swiften/Network/NATPortMapping.h
+++ b/Swiften/Network/NATPortMapping.h
@@ -4,12 +4,19 @@
4 * See Documentation/Licenses/BSD-simplified.txt for more information. 4 * See Documentation/Licenses/BSD-simplified.txt for more information.
5 */ 5 */
6 6
7/*
8 * Copyright (c) 2015 Isode Limited.
9 * All rights reserved.
10 * See the COPYING file for more information.
11 */
12
7#pragma once 13#pragma once
8 14
15#include <Swiften/Base/API.h>
9#include <Swiften/Network/HostAddress.h> 16#include <Swiften/Network/HostAddress.h>
10 17
11namespace Swift { 18namespace Swift {
12 class NATPortMapping { 19 class SWIFTEN_API NATPortMapping {
13 public: 20 public:
14 enum Protocol { 21 enum Protocol {
15 TCP, 22 TCP,