summaryrefslogtreecommitdiff
path: root/TAO/tao/Unbounded_Value_Sequence_T.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-08-10 11:25:51 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-08-10 11:25:51 +0000
commitff41946aefde220f2bb619391961e696e0fa5307 (patch)
tree2871b178420b908119674c59e113880b41e0f283 /TAO/tao/Unbounded_Value_Sequence_T.h
parent04a13f4062191815517f06a60278b4ef82a3b491 (diff)
downloadATCD-ff41946aefde220f2bb619391961e696e0fa5307.tar.gz
Mon Aug 10 11:25:37 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
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;