summaryrefslogtreecommitdiff
path: root/ace/IOStream_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/IOStream_T.cpp')
-rw-r--r--ace/IOStream_T.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/IOStream_T.cpp b/ace/IOStream_T.cpp
index 082274256fe..237ce56b8bc 100644
--- a/ace/IOStream_T.cpp
+++ b/ace/IOStream_T.cpp
@@ -16,8 +16,6 @@
#include "ace/IOStream_T.inl"
#endif /* !__ACE_INLINE__ */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// We will be given a STREAM by the iostream object which creates us.
// See the ACE_IOStream template for how that works. Like other
// streambuf objects, we can be input-only, output-only or both.
@@ -240,8 +238,6 @@ operator<< (STREAM &stream,
return stream;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_HAS_STRING_CLASS */
#endif /* ACE_LACKS_ACE_IOSTREAM */
#endif /* ACE_IOSTREAM_T_CPP */