summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-12-04 00:01:02 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-12-04 00:01:02 +0000
commit7ae44e2b46d529310dd49190f652ab83a32241af (patch)
treece2d9a687e0e736f597ce703eaf424cf9c6b5d35 /TAO/tao/ORB.h
parent20252d15d4baa0c018a3f0af93da0ff17d61c8ba (diff)
downloadATCD-7ae44e2b46d529310dd49190f652ab83a32241af.tar.gz
.
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index b35f86e5407..ac8692bc2ff 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -863,9 +863,11 @@ public:
// Returns an indication of whether the ORB needs the <{main thread}> to
// perform some work.
- int perform_work (ACE_Time_Value * = 0);
+ int perform_work (const ACE_Time_Value & = ACE_Time_Value::zero);
// If called by the <{main thread}>, this operation performs an
// implementation-defined unit of work. Otherwise, it does nothing.
+ // Note that the default behavior is not to block; this behavior can
+ // be modified by passing an appropriate <ACE_Time_Value>.
//
// It is platform-specific how the application and ORB arrange to
// use compatible threading primitives.