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, 5 insertions, 0 deletions
diff --git a/TAO/tao/Unbounded_Basic_String_Sequence_T.h b/TAO/tao/Unbounded_Basic_String_Sequence_T.h
index 69ce15dfd58..79aed91cb64 100644
--- a/TAO/tao/Unbounded_Basic_String_Sequence_T.h
+++ b/TAO/tao/Unbounded_Basic_String_Sequence_T.h
@@ -18,6 +18,9 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
+namespace details
+{
+
template<typename charT>
class unbounded_basic_string_sequence
{
@@ -100,6 +103,8 @@ public:
private:
implementation_type impl_;
};
+
+} // namespace details
} // namespace TAO
TAO_END_VERSIONED_NAMESPACE_DECL