diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-10 22:27:32 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-10 22:27:32 +0000 |
commit | cabc30acfc4cb433b7e1eaf5eaa32e2116b6a617 (patch) | |
tree | 2cb22af2b99c2be9e65aea69bdb9ad1210ad13f3 /TAO/tao/PolicyC.i | |
parent | e59fbf16af51c35d413d8f9dbb0dfe38764097a2 (diff) | |
download | ATCD-cabc30acfc4cb433b7e1eaf5eaa32e2116b6a617.tar.gz |
ChangeLogTag: Thu Aug 10 17:24:01 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PolicyC.i')
-rw-r--r-- | TAO/tao/PolicyC.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/PolicyC.i b/TAO/tao/PolicyC.i index b40cb72efe7..1368b43fc9a 100644 --- a/TAO/tao/PolicyC.i +++ b/TAO/tao/PolicyC.i @@ -141,6 +141,7 @@ { result = _TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::allocbuf (this->length_); this->buffer_ = result; + this->release_ = 1; } else { @@ -694,6 +695,7 @@ CORBA_Policy_out::operator-> (void) { result = _TAO_Unbounded_Object_Sequence_CORBA_PolicyList::allocbuf (this->maximum_); this->buffer_ = result; + this->release_ = 1; } else { @@ -1048,6 +1050,7 @@ CORBA_PolicyList_out::operator[] (CORBA::ULong index) { result = _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::allocbuf (this->length_); this->buffer_ = result; + this->release_ = 1; } else { |