OpenDDS  Snapshot(2023/04/28-20:55)
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 
14 
15 namespace OpenDDS {
16 namespace DCPS {
17 
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 
static int process_directive(const ACE_TCHAR directive[])
ACE_TEXT("TCP_Factory")
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28