summaryrefslogtreecommitdiff
path: root/TAO/tao/Bounded_Reference_Allocation_Traits_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-15 11:21:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-15 11:21:50 +0000
commite38643922fb6ab41faafd8209c9747f1e354d250 (patch)
tree5ef4a1e251cc2421678c0880c5bf5038277108d7 /TAO/tao/Bounded_Reference_Allocation_Traits_T.h
parente1328be61fbda750a864249afa61344efcc6900c (diff)
downloadATCD-e38643922fb6ab41faafd8209c9747f1e354d250.tar.gz
Wed Aug 15 11:21:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Bounded_Reference_Allocation_Traits_T.h')
-rw-r--r--TAO/tao/Bounded_Reference_Allocation_Traits_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Bounded_Reference_Allocation_Traits_T.h b/TAO/tao/Bounded_Reference_Allocation_Traits_T.h
index b5ff17fca98..3ef2b3a26d4 100644
--- a/TAO/tao/Bounded_Reference_Allocation_Traits_T.h
+++ b/TAO/tao/Bounded_Reference_Allocation_Traits_T.h
@@ -33,7 +33,7 @@ struct bounded_reference_allocation_traits
inline static value_type * default_buffer_allocation()
{
- return allocbuf(MAX);
+ return 0;
}
inline static value_type * allocbuf(CORBA::ULong /* maximum */)