summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable_Messaging.h')
-rw-r--r--TAO/tao/Pluggable_Messaging.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Pluggable_Messaging.h b/TAO/tao/Pluggable_Messaging.h
index 87db01ea50e..36e874746db 100644
--- a/TAO/tao/Pluggable_Messaging.h
+++ b/TAO/tao/Pluggable_Messaging.h
@@ -146,6 +146,11 @@ public:
TAO_Queued_Data *,
const ACE_Message_Block &mb) const = 0;
+ /// 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 = 0;
+
/// Parse the reply message that we received and return the reply
/// information through @a reply_info
virtual int process_reply_message (