OpenDDS  Snapshot(2023/04/28-20:55)
Tcp.h
Go to the documentation of this file.
1 /*
2  * Distributed under the OpenDDS License.
3  * See: http://www.opendds.org/license.html
4  */
5 
6 #ifndef OPENDDS_DCPS_TRANSPORT_TCP_TCP_H
7 #define OPENDDS_DCPS_TRANSPORT_TCP_TCP_H
8 
9 #include "Tcp_export.h"
10 
12 
13 #include <ace/Service_Object.h>
14 #include <ace/Service_Config.h>
15 
16 #ifndef ACE_LACKS_PRAGMA_ONCE
17 # pragma once
18 #endif
19 
21 
22 namespace OpenDDS {
23 namespace DCPS {
24 
26 public:
27  // Constructor.
29 };
30 
32 
33 }
34 }
35 
37 
38 #endif /* OPENDDS_TCP_H */
#define OpenDDS_Tcp_Export
Definition: Tcp_export.h:25
static Tcp_Initializer tcp_initializer
Definition: Tcp.h:31
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28