diff options
Diffstat (limited to 'Swiften/Network/NATTraversalRemovePortForwardingRequest.h')
| -rw-r--r-- | Swiften/Network/NATTraversalRemovePortForwardingRequest.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Swiften/Network/NATTraversalRemovePortForwardingRequest.h b/Swiften/Network/NATTraversalRemovePortForwardingRequest.h index 210cbcb..efbf6ea 100644 --- a/Swiften/Network/NATTraversalRemovePortForwardingRequest.h +++ b/Swiften/Network/NATTraversalRemovePortForwardingRequest.h | |||
| @@ -4,13 +4,20 @@ | |||
| 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/Base/boost_bsignals.h> | 16 | #include <Swiften/Base/boost_bsignals.h> |
| 10 | #include <Swiften/Network/HostAddress.h> | 17 | #include <Swiften/Network/HostAddress.h> |
| 11 | 18 | ||
| 12 | namespace Swift { | 19 | namespace Swift { |
| 13 | class NATTraversalRemovePortForwardingRequest { | 20 | class SWIFTEN_API NATTraversalRemovePortForwardingRequest { |
| 14 | public: | 21 | public: |
| 15 | struct PortMapping { | 22 | struct PortMapping { |
| 16 | enum Protocol { | 23 | enum Protocol { |
Swift