00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #ifndef DCPS_MULTICASTTYPES_H 00009 #define DCPS_MULTICASTTYPES_H 00010 00011 #include "ace/Basic_Types.h" 00012 00013 namespace OpenDDS { 00014 namespace DCPS { 00015 00016 typedef ACE_INT64 MulticastPeer; 00017 00018 } // namespace DCPS 00019 } // namespace OpenDDS 00020 00021 #endif /* DCPS_MULTICASTTYPES_H */