summaryrefslogtreecommitdiff
path: root/ace/MEM_Stream.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MEM_Stream.inl')
-rw-r--r--ace/MEM_Stream.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/MEM_Stream.inl b/ace/MEM_Stream.inl
index c29459ed35c..df33caaf630 100644
--- a/ace/MEM_Stream.inl
+++ b/ace/MEM_Stream.inl
@@ -1,12 +1,9 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
#include "ace/MEM_Stream.h"
#include "ace/OS_NS_sys_socket.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE
ACE_MEM_Stream::ACE_MEM_Stream (void)
{
@@ -176,5 +173,3 @@ ACE_MEM_Stream::recv_urg (void *ptr,
timeout);
}
#endif /* 0 */
-
-ACE_END_VERSIONED_NAMESPACE_DECL