diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-03 18:25:00 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-03 18:25:00 +0000 |
commit | fb707c55e5be90306ab6ce887bf92cd5567ae159 (patch) | |
tree | 195f5aca59af7bb0313deec05f7228de6c2d02cd /TAO/tao/Invocation.h | |
parent | d300bc7b0c2ab9de1e69939a399354b94656e9f2 (diff) | |
download | ATCD-fb707c55e5be90306ab6ce887bf92cd5567ae159.tar.gz |
ChangeLogTag:Thu Jun 3 13:20:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r-- | TAO/tao/Invocation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h index ca106f437c7..fcb5ec34e35 100644 --- a/TAO/tao/Invocation.h +++ b/TAO/tao/Invocation.h @@ -280,6 +280,9 @@ public: private: TAO_InputCDR inp_stream_; // Stream into which the request is placed. + + TAO_Synch_Reply_Dispatcher rd_; + // Reply dispatcher for the current synchronous invocation. }; #if defined (__ACE_INLINE__) |