diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-03-17 14:28:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 14:28:53 +0100 |
commit | c22e1496f305f0fef210445f3e371b1c987ba318 (patch) | |
tree | a3078a676736abdf93d3da2944ac5a00daec98e0 /TAO/tao | |
parent | adc3b3184957de087fb84f045a7e4ba7287e1270 (diff) | |
parent | 09ae013e2b0237107f34eef9d34695c75cf287c3 (diff) | |
download | ATCD-c22e1496f305f0fef210445f3e371b1c987ba318.tar.gz |
Merge pull request #1458 from jwillemsen/jwi-cleanup
Minor cleanup
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/DynamicInterface/Request.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/Request.inl b/TAO/tao/DynamicInterface/Request.inl index 4003a9bae87..2a1c368d58b 100644 --- a/TAO/tao/DynamicInterface/Request.inl +++ b/TAO/tao/DynamicInterface/Request.inl @@ -103,7 +103,7 @@ CORBA::Request::set_return_type (CORBA::TypeCode_ptr tc) } ACE_INLINE CORBA::Any & -CORBA::Request::return_value (void ) +CORBA::Request::return_value () { return this->result_->any_; } |