Udp.cpp

Go to the documentation of this file.
00001 /*
00002  *
00003  *
00004  * Distributed under the OpenDDS License.
00005  * See: http://www.opendds.org/license.html
00006  */
00007 
00008 #include "Udp.h"
00009 #include "UdpLoader.h"
00010 
00011 #include "ace/Service_Config.h"
00012 
00013 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
00014 
00015 namespace OpenDDS {
00016 namespace DCPS {
00017 
00018 UdpInitializer::UdpInitializer()
00019 {
00020   ACE_Service_Config::process_directive(ace_svc_desc_UdpLoader);
00021 
00022 #if (OPENDDS_UDP_HAS_DLL == 0)
00023   ACE_Service_Config::process_directive(ACE_TEXT("static OpenDDS_Udp"));
00024 #endif  /* OPENDDS_UDP_HAS_DLL */
00025 }
00026 
00027 } // namespace DCPS
00028 } // namespace OpenDDS
00029 
00030 OPENDDS_END_VERSIONED_NAMESPACE_DECL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1