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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/Pluggable_Messaging.h b/TAO/tao/Pluggable_Messaging.h
index 4d475e51233..1d1765f85a4 100644
--- a/TAO/tao/Pluggable_Messaging.h
+++ b/TAO/tao/Pluggable_Messaging.h
@@ -135,11 +135,13 @@ public:
TAO_OutputCDR &cdr,
TAO_Pluggable_Reply_Params &params,
CORBA::Exception &x) = 0;
- // Generate a reply message with the exception <ex>.
+ /// Is the messaging object ready for processing BiDirectional
+ /// request/response?
virtual int is_ready_for_bidirectional (void) = 0;
- // Is the messaging object ready for processing BiDirectional
- // request/response?
+
+ /// Are there any more messages that needs processing?
+ virtual int more_messages (void) = 0;
};
#if defined (__ACE_INLINE__)