summaryrefslogtreecommitdiff
path: root/ace/RMCast/RMCast_UDP_Reliable_Sender.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/RMCast/RMCast_UDP_Reliable_Sender.h')
-rw-r--r--ace/RMCast/RMCast_UDP_Reliable_Sender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/RMCast/RMCast_UDP_Reliable_Sender.h b/ace/RMCast/RMCast_UDP_Reliable_Sender.h
index d84a070ef08..488859a8e2f 100644
--- a/ace/RMCast/RMCast_UDP_Reliable_Sender.h
+++ b/ace/RMCast/RMCast_UDP_Reliable_Sender.h
@@ -29,7 +29,7 @@ public:
virtual ~ACE_RMCast_UDP_Reliable_Sender (void);
/// Open the UDP I/O module.
- int open (const ACE_INET_Addr &mcast_group);
+ int init (const ACE_INET_Addr &mcast_group);
/// Use the reactor to handle incoming messages
void reactive_incoming_messages (ACE_Reactor *reactor);