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, 6 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram_Mcast.inl b/ace/SOCK_Dgram_Mcast.inl
index 3244f21b078..bf3574cfd54 100644
--- a/ace/SOCK_Dgram_Mcast.inl
+++ b/ace/SOCK_Dgram_Mcast.inl
@@ -1,6 +1,9 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE int
ACE_SOCK_Dgram_Mcast::set_option (int option,
char optval)
@@ -45,3 +48,5 @@ ACE_SOCK_Dgram_Mcast::send (const iovec iov[],
this->send_addr_,
flags);
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL