OpenDDS  Snapshot(2023/04/28-20:55)
Udp.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 "Udp.h"
9 #include "UdpLoader.h"
10 
11 #include "ace/Service_Config.h"
12 
14 
15 namespace OpenDDS {
16 namespace DCPS {
17 
19 {
20  ACE_Service_Config::process_directive(ace_svc_desc_UdpLoader);
21 
22 #if (OPENDDS_UDP_HAS_DLL == 0)
23  ACE_Service_Config::process_directive(ACE_TEXT("static OpenDDS_Udp"));
24 #endif /* OPENDDS_UDP_HAS_DLL */
25 }
26 
27 } // namespace DCPS
28 } // namespace OpenDDS
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