00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #ifndef DCPS_MULTICAST_H 00009 #define DCPS_MULTICAST_H 00010 00011 #include "Multicast_Export.h" 00012 #include "dds/Versioned_Namespace.h" 00013 00014 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL 00015 00016 namespace OpenDDS { 00017 namespace DCPS { 00018 00019 class OpenDDS_Multicast_Export MulticastInitializer { 00020 public: 00021 MulticastInitializer(); 00022 }; 00023 00024 static MulticastInitializer multicast_init; 00025 00026 } // namespace DCPS 00027 } // namespace OpenDDS 00028 00029 OPENDDS_END_VERSIONED_NAMESPACE_DECL 00030 00031 #endif /* DCPS_MULTICAST_H */