OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
tcp
Tcp.cpp
Go to the documentation of this file.
1
/*
2
*
3
*
4
* Distributed under the OpenDDS License.
5
* See: http://www.opendds.org/license.html
6
*/
7
8
#include "
Tcp.h
"
9
#include "
TcpLoader.h
"
10
#include "
tao/debug.h
"
11
#include "
ace/Dynamic_Service.h
"
12
13
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
14
15
namespace
OpenDDS
{
16
namespace
DCPS {
17
18
Tcp_Initializer::Tcp_Initializer
()
19
{
20
ACE_Service_Config::process_directive
(ace_svc_desc_TcpLoader);
21
22
#if OPENDDS_TCP_HAS_DLL == 0
23
ACE_Service_Config::process_directive
(
ACE_TEXT
(
"static OpenDDS_Tcp"
));
24
#endif
25
}
26
27
}
28
}
29
30
OPENDDS_END_VERSIONED_NAMESPACE_DECL
OpenDDS::DCPS::Tcp_Initializer::Tcp_Initializer
Tcp_Initializer()
Definition:
Tcp.cpp:18
ACE_Service_Config::process_directive
static int process_directive(const ACE_TCHAR directive[])
TcpLoader.h
Tcp.h
ACE_TEXT
ACE_TEXT("TCP_Factory")
Dynamic_Service.h
debug.h
OPENDDS_END_VERSIONED_NAMESPACE_DECL
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
Definition:
Versioned_Namespace.h:48
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
Definition:
Hash.cpp:17
OpenDDS
The Internal API and Implementation of OpenDDS.
Definition:
AddressCache.h:28
Generated by
1.8.13