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

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