diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-03-16 08:56:57 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-03-16 08:56:57 +0000 |
commit | 7d20399d10de592144f465fe911c1256fbf9809a (patch) | |
tree | a4a4c95ba07421d43018113ab36639c0827c11dd /TAO/tao/TAO_Server_Request.i | |
parent | 73efbbb82458feba79b42651b0625219f6cf3ea2 (diff) | |
download | ATCD-7d20399d10de592144f465fe911c1256fbf9809a.tar.gz |
ChangeLogTag:Tue Mar 16 00:49:15 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.i')
-rw-r--r-- | TAO/tao/TAO_Server_Request.i | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Server_Request.i b/TAO/tao/TAO_Server_Request.i index c0c7e340752..f87daa86d7b 100644 --- a/TAO/tao/TAO_Server_Request.i +++ b/TAO/tao/TAO_Server_Request.i @@ -193,12 +193,18 @@ TAO_ServerRequest::interceptor_count (void) return this->interceptor_count_; } -ACE_INLINE TAO_PICurrent_Impl & +ACE_INLINE TAO::PICurrent_Impl & TAO_ServerRequest::rs_pi_current (void) { return this->rs_pi_current_; } +ACE_INLINE TAO::PICurrent_Copy_Callback & +TAO_ServerRequest::pi_current_copy_callback (void) +{ + return this->pi_current_copy_callback_; +} + ACE_INLINE int TAO_ServerRequest::got_result (void) { |