diff options
author | bala <balanatarajan@users.noreply.github.com> | 2004-08-30 15:30:52 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2004-08-30 15:30:52 +0000 |
commit | a179d06a920f4c6cf2f53b78b2db42da3ae267da (patch) | |
tree | b0c9b1868851aee77c36d493454ba8f8cd5ac9dc /TAO/tao/ORB.h | |
parent | 0873e35b95d1b4299a96024400e7f7288b3ca4d0 (diff) | |
download | ATCD-a179d06a920f4c6cf2f53b78b2db42da3ae267da.tar.gz |
ChangeLogTag:Mon Aug 30 15:29:07 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r-- | TAO/tao/ORB.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h index 1cf5b1c290b..6d53e9498fc 100644 --- a/TAO/tao/ORB.h +++ b/TAO/tao/ORB.h @@ -440,6 +440,11 @@ namespace CORBA * occurs during initialization or at runtime, a CORBA system * exception will be thrown. <tv> is reduced by the amount of time * spent in this call. + * + * If this function is called with <tv> value, client threads + * making invocations will continue their operations. When the + * operation timesout and returns, any invocations showing up on + * the server will be buffered by TCP. **/ void run (ACE_Time_Value &tv ACE_ENV_ARG_DECL_WITH_DEFAULTS); @@ -453,6 +458,11 @@ namespace CORBA * spent in this call. If <tv> is 0, it means that the timeout is * infinite. If <tv> is ACE_Time_Value::zero, it specifies to poll * and does not block. + * + * If this function is called with <tv> value, client threads + * making invocations will continue their operations. When the + * operation timesout and returns, any invocations showing up on + * the server will be buffered by TCP. **/ void run (ACE_Time_Value *tv ACE_ENV_ARG_DECL_WITH_DEFAULTS); |