summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram_Mcast.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-01-26 18:44:08 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-01-26 18:44:08 +0000
commitf76a8e9a310524cd2df357cd857c99a94cec49b5 (patch)
tree9906d454611b0ddf2904537f5d6d5456218b2b1a /ace/SOCK_Dgram_Mcast.cpp
parent6fc56e98883342a5000bdd8d06e006d39d9bccc9 (diff)
downloadATCD-f76a8e9a310524cd2df357cd857c99a94cec49b5.tar.gz
ChangeLogTag:Fri Jan 26 11:18:15 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.cpp')
-rw-r--r--ace/SOCK_Dgram_Mcast.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/SOCK_Dgram_Mcast.cpp b/ace/SOCK_Dgram_Mcast.cpp
index 2d57b9a86cc..ef7f2446809 100644
--- a/ace/SOCK_Dgram_Mcast.cpp
+++ b/ace/SOCK_Dgram_Mcast.cpp
@@ -38,12 +38,11 @@ ACE_SOCK_Dgram_Mcast::open (const ACE_Addr &mcast_addr,
{
ACE_TRACE ("ACE_SOCK_Dgram_Mcast::open");
- // Make a copy of address to use in the <send> methods.
- // Note: Sun C++ 4.2 needs the useless const_cast.
+ // Make a copy of address to use in the <send> methods. Note: Sun
+ // C++ 4.2 needs the useless const_cast.
this->mcast_addr_.set (ACE_reinterpret_cast (const ACE_INET_Addr &,
ACE_const_cast (ACE_Addr &,
mcast_addr)));
-
// Only perform the <open> initialization if we haven't been opened
// earlier.
if (this->get_handle () == ACE_INVALID_HANDLE)