summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Unit_Tests/unbounded_value_sequence.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Sequence_Unit_Tests/unbounded_value_sequence.hpp')
-rw-r--r--TAO/tests/Sequence_Unit_Tests/unbounded_value_sequence.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tests/Sequence_Unit_Tests/unbounded_value_sequence.hpp b/TAO/tests/Sequence_Unit_Tests/unbounded_value_sequence.hpp
index 409db4dd883..4702561423a 100644
--- a/TAO/tests/Sequence_Unit_Tests/unbounded_value_sequence.hpp
+++ b/TAO/tests/Sequence_Unit_Tests/unbounded_value_sequence.hpp
@@ -15,6 +15,8 @@
#include "value_traits.hpp"
#include "generic_sequence.hpp"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
@@ -23,6 +25,7 @@ class unbounded_value_sequence
{
public:
typedef T value_type;
+ typedef T element_type;
typedef T const const_value_type;
typedef details::unbounded_value_allocation_traits<value_type,true> allocation_traits;
@@ -32,7 +35,7 @@ public:
inline unbounded_value_sequence()
: impl_()
{}
- inline /* explicit */ unbounded_value_sequence(CORBA::ULong maximum)
+ inline explicit unbounded_value_sequence(CORBA::ULong maximum)
: impl_(maximum)
{}
inline unbounded_value_sequence(
@@ -90,5 +93,6 @@ private:
} // namespace TAO
+TAO_END_VERSIONED_NAMESPACE_DECL
#endif // guard_unbounded_string_sequence_hpp