summaryrefslogtreecommitdiff
path: root/TAO/tao/Unbounded_Basic_String_Sequence_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Unbounded_Basic_String_Sequence_T.h')
-rw-r--r--TAO/tao/Unbounded_Basic_String_Sequence_T.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/Unbounded_Basic_String_Sequence_T.h b/TAO/tao/Unbounded_Basic_String_Sequence_T.h
index 79aed91cb64..69ce15dfd58 100644
--- a/TAO/tao/Unbounded_Basic_String_Sequence_T.h
+++ b/TAO/tao/Unbounded_Basic_String_Sequence_T.h
@@ -18,9 +18,6 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
-namespace details
-{
-
template<typename charT>
class unbounded_basic_string_sequence
{
@@ -103,8 +100,6 @@ public:
private:
implementation_type impl_;
};
-
-} // namespace details
} // namespace TAO
TAO_END_VERSIONED_NAMESPACE_DECL