00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #ifndef DCPS_MULTICASTLOADER_H 00009 #define DCPS_MULTICASTLOADER_H 00010 00011 #include "Multicast_Export.h" 00012 00013 #include "ace/Global_Macros.h" 00014 #include "ace/Service_Config.h" 00015 #include "ace/Service_Object.h" 00016 #include "dds/Versioned_Namespace.h" 00017 00018 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL 00019 00020 namespace OpenDDS { 00021 namespace DCPS { 00022 00023 class OpenDDS_Multicast_Export MulticastLoader 00024 : public ACE_Service_Object { 00025 public: 00026 virtual int init(int argc, ACE_TCHAR* argv[]); 00027 }; 00028 00029 ACE_STATIC_SVC_DECLARE_EXPORT(OpenDDS_Multicast, MulticastLoader) 00030 ACE_FACTORY_DECLARE(OpenDDS_Multicast, MulticastLoader) 00031 00032 } // namespace DCPS 00033 } // namespace OpenDDS 00034 00035 OPENDDS_END_VERSIONED_NAMESPACE_DECL 00036 00037 #endif /* DCPS_MULTICASTLOADER_H */