summaryrefslogtreecommitdiff
path: root/ace/RMCast/RMCast_UDP_Reliable_Receiver.i
blob: 29a212adfeb3dcf05e65232e8596768a20a1d18e (plain)
1
2
3
4
5
6
7
// $Id$

ACE_INLINE int
ACE_RMCast_UDP_Reliable_Receiver::open (const ACE_INET_Addr &mcast_group)
{
  return this->io_udp_.subscribe (mcast_group);
}