summaryrefslogtreecommitdiff
path: root/TAO/tao/Unbounded_Value_Sequence_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Unbounded_Value_Sequence_T.h')
-rw-r--r--TAO/tao/Unbounded_Value_Sequence_T.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Unbounded_Value_Sequence_T.h b/TAO/tao/Unbounded_Value_Sequence_T.h
index dd52a85eeac..e2948bda9b1 100644
--- a/TAO/tao/Unbounded_Value_Sequence_T.h
+++ b/TAO/tao/Unbounded_Value_Sequence_T.h
@@ -29,6 +29,7 @@ public:
typedef T const const_value_type;
typedef value_type & subscript_type;
typedef value_type const & const_subscript_type;
+ typedef ::CORBA::ULong size_type;
typedef details::unbounded_value_allocation_traits<value_type,true> allocation_traits;
typedef details::value_traits<value_type,true> element_traits;