diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-17 00:06:20 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-17 00:06:20 +0000 |
commit | 0b864ac71a0e8364adff837b1e10ae704a9e06a8 (patch) | |
tree | 646a8e260678da8193e50d03164d34fbfc4a0647 /TAO/tao/operation_details.i | |
parent | 73f237318893acb14588993e064b5bed26fc3722 (diff) | |
download | ATCD-0b864ac71a0e8364adff837b1e10ae704a9e06a8.tar.gz |
ChangeLogTag: Sun Nov 16 18:04:05 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/operation_details.i')
-rw-r--r-- | TAO/tao/operation_details.i | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/operation_details.i b/TAO/tao/operation_details.i index a26f71bf762..beaf554c50b 100644 --- a/TAO/tao/operation_details.i +++ b/TAO/tao/operation_details.i @@ -92,14 +92,12 @@ TAO_Operation_Details::reply_service_info (void) const ACE_INLINE void TAO_Operation_Details::reset_request_service_info (void) { - return - this->request_service_context ().service_info ()._deallocate_buffer (); + this->request_service_context ().service_info ()._deallocate_buffer (); } ACE_INLINE void TAO_Operation_Details::reset_reply_service_info (void) { - return - this->reply_service_context ().service_info ()._deallocate_buffer (); + this->reply_service_context ().service_info ()._deallocate_buffer (); } ACE_INLINE void |