summaryrefslogtreecommitdiff
path: root/TAO/tao/Bounded_Basic_String_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/Bounded_Basic_String_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/Bounded_Basic_String_Sequence_T.h')
-rw-r--r--TAO/tao/Bounded_Basic_String_Sequence_T.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Bounded_Basic_String_Sequence_T.h b/TAO/tao/Bounded_Basic_String_Sequence_T.h
index c36dcb19587..3533c987dcf 100644
--- a/TAO/tao/Bounded_Basic_String_Sequence_T.h
+++ b/TAO/tao/Bounded_Basic_String_Sequence_T.h
@@ -27,6 +27,7 @@ public:
typedef charT character_type;
typedef charT * value_type;
typedef charT const * const_value_type;
+ typedef ::CORBA::ULong size_type;
typedef details::string_traits<charT,true> element_traits;
typedef details::bounded_reference_allocation_traits<value_type,element_traits,MAX,true> allocation_traits;