summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram_Mcast.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.inl')
-rw-r--r--ace/SOCK_Dgram_Mcast.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/SOCK_Dgram_Mcast.inl b/ace/SOCK_Dgram_Mcast.inl
index bf3574cfd54..3244f21b078 100644
--- a/ace/SOCK_Dgram_Mcast.inl
+++ b/ace/SOCK_Dgram_Mcast.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE int
ACE_SOCK_Dgram_Mcast::set_option (int option,
char optval)
@@ -48,5 +45,3 @@ ACE_SOCK_Dgram_Mcast::send (const iovec iov[],
this->send_addr_,
flags);
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL