RtpsUdp.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 "RtpsUdp.h"
00009 #include "RtpsUdpLoader.h"
00010 
00011 #include "ace/Service_Config.h"
00012 
00013 namespace OpenDDS {
00014 namespace DCPS {
00015 
00016 RtpsUdpInitializer::RtpsUdpInitializer()
00017 {
00018   ACE_Service_Config::process_directive(ace_svc_desc_RtpsUdpLoader);
00019 
00020 #if (OPENDDS_RTPS_UDP_HAS_DLL == 0)
00021   ACE_Service_Config::process_directive(ACE_TEXT("static OpenDDS_Rtps_Udp"));
00022 #endif  /* OPENDDS_RTPS_UDP_HAS_DLL */
00023 }
00024 
00025 } // namespace DCPS
00026 } // namespace OpenDDS

Generated on Fri Feb 12 20:05:26 2016 for OpenDDS by  doxygen 1.4.7