diff options
author | martinezm <martinezm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-12-06 19:50:15 +0000 |
---|---|---|
committer | martinezm <martinezm@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-12-06 19:50:15 +0000 |
commit | 0cb8c8eb9307f0c8043219ac06660524d21285f9 (patch) | |
tree | 3dd8a394934e24baf41b4edce0a4f86ad88a2090 /TAO/tao/GIOP_Message_Base.h | |
parent | 6577ba8b6d69839a34d260086f5d13bb55c1f6a4 (diff) | |
download | ATCD-pmb_integration.tar.gz |
Mon Dec 6 13:44:51 2004 Mike Martinez <martinez_m@ociweb.com>pmb_integration
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.h')
-rw-r--r-- | TAO/tao/GIOP_Message_Base.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/GIOP_Message_Base.h b/TAO/tao/GIOP_Message_Base.h index d6dd76fc73e..99d7f3e3f9b 100644 --- a/TAO/tao/GIOP_Message_Base.h +++ b/TAO/tao/GIOP_Message_Base.h @@ -125,6 +125,11 @@ public: const ACE_Message_Block &mb) const; + /// Peek at the request ID and load it into the queued data. + virtual void set_request_id_from_peek ( + TAO_Queued_Data* qd, + const ACE_Message_Block* mb) const; + /// Parse the reply message that we received and return the reply /// information through @a reply_info |