summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/Sequence_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/Sequence_T.inl')
-rw-r--r--TAO/tao/Valuetype/Sequence_T.inl4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/Valuetype/Sequence_T.inl b/TAO/tao/Valuetype/Sequence_T.inl
index 503beaa3ad9..4eb80326837 100644
--- a/TAO/tao/Valuetype/Sequence_T.inl
+++ b/TAO/tao/Valuetype/Sequence_T.inl
@@ -6,8 +6,6 @@
#include "ace/Log_Msg.h" // for ACE_ASSERT
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
// *************************************************************
// Inline operations for class TAO_Valuetype_Manager
// *************************************************************
@@ -167,5 +165,3 @@ TAO_Bounded_Valuetype_Sequence<T,T_var,MAX>::operator[] (
T ** const tmp = reinterpret_cast<T ** ACE_CAST_CONST> (this->buffer_);
return TAO_Valuetype_Manager<T,T_var> (tmp + slot, this->release_);
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL