00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #ifndef DCPS_RTPS_UDP_H 00009 #define DCPS_RTPS_UDP_H 00010 00011 #include "Rtps_Udp_Export.h" 00012 00013 namespace OpenDDS { 00014 namespace DCPS { 00015 00016 class OpenDDS_Rtps_Udp_Export RtpsUdpInitializer { 00017 public: 00018 RtpsUdpInitializer(); 00019 }; 00020 00021 static RtpsUdpInitializer rtps_udp_init; 00022 00023 } // namespace DCPS 00024 } // namespace OpenDDS 00025 00026 #endif /* DCPS_UDP_H */