summaryrefslogtreecommitdiff
path: root/ace/LSOCK_Stream.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LSOCK_Stream.inl')
-rw-r--r--ace/LSOCK_Stream.inl8
1 files changed, 3 insertions, 5 deletions
diff --git a/ace/LSOCK_Stream.inl b/ace/LSOCK_Stream.inl
index bf7e45b376d..7b94768e3c7 100644
--- a/ace/LSOCK_Stream.inl
+++ b/ace/LSOCK_Stream.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Sets both the file descriptors... Overrides handle from the base
// classes.
@@ -22,4 +19,5 @@ ACE_LSOCK_Stream::get_handle (void) const
return this->ACE_SOCK_Stream::get_handle ();
}
-ACE_END_VERSIONED_NAMESPACE_DECL
+
+