summaryrefslogtreecommitdiff
path: root/TAO/tao/Bounded_Basic_String_Sequence_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Bounded_Basic_String_Sequence_T.h')
-rw-r--r--TAO/tao/Bounded_Basic_String_Sequence_T.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Bounded_Basic_String_Sequence_T.h b/TAO/tao/Bounded_Basic_String_Sequence_T.h
index a1078da179e..da573662bc7 100644
--- a/TAO/tao/Bounded_Basic_String_Sequence_T.h
+++ b/TAO/tao/Bounded_Basic_String_Sequence_T.h
@@ -18,6 +18,9 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
+namespace details
+{
+
template<typename charT, CORBA::ULong MAX>
class bounded_basic_string_sequence
{
@@ -106,6 +109,8 @@ public:
private:
implementation_type impl_;
};
+
+} // namespace details
} // namespace TAO
TAO_END_VERSIONED_NAMESPACE_DECL