summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r--TAO/tao/Invocation.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h
index 3296c919009..a031975d643 100644
--- a/TAO/tao/Invocation.h
+++ b/TAO/tao/Invocation.h
@@ -186,12 +186,16 @@ protected:
/**
* Returns TAO_INVOKE_RESTART if the write call failed and the
* request must be re-attempted.
- * @par
+ *
+ * @param is_synchronous If set invoke() does not return until the
+ * message is completely delivered to the underlying
+ * transport mechanism, or an error is detected.
+ *
* Notice that the same profile is tried again because it may be
* that the server closed the connection simply to release
* resources.
*/
- int invoke (CORBA::Boolean is_roundtrip,
+ int invoke (CORBA::Boolean is_synchronous,
CORBA_Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException));