summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Unit_Tests/unbounded_octet_sequence.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Sequence_Unit_Tests/unbounded_octet_sequence.hpp')
-rw-r--r--TAO/tests/Sequence_Unit_Tests/unbounded_octet_sequence.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tests/Sequence_Unit_Tests/unbounded_octet_sequence.hpp b/TAO/tests/Sequence_Unit_Tests/unbounded_octet_sequence.hpp
index d752fe7ef6c..5b261ca3052 100644
--- a/TAO/tests/Sequence_Unit_Tests/unbounded_octet_sequence.hpp
+++ b/TAO/tests/Sequence_Unit_Tests/unbounded_octet_sequence.hpp
@@ -30,6 +30,7 @@ class unbounded_value_sequence<CORBA::Octet>
{
public:
typedef CORBA::Octet value_type;
+ typedef CORBA::Octet element_type;
typedef CORBA::Octet const const_value_type;
typedef details::unbounded_value_allocation_traits<value_type,true> allocation_traits;