summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-10 02:21:26 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-10 02:21:26 +0000
commiteb0b2002966e3705e778631af822300751bc87e2 (patch)
tree05576eceb667536149a64a20f082976e4fdfdadf /TAO/examples
parentcd1032149829483563cc5007d794e8e5e218d219 (diff)
downloadATCD-eb0b2002966e3705e778631af822300751bc87e2.tar.gz
Support for the new RtecScheduler set method
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Simulator/DOVEBrowser/PushConsumer.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/examples/Simulator/DOVEBrowser/PushConsumer.java b/TAO/examples/Simulator/DOVEBrowser/PushConsumer.java
index 26978a52d8a..d808027b9de 100644
--- a/TAO/examples/Simulator/DOVEBrowser/PushConsumer.java
+++ b/TAO/examples/Simulator/DOVEBrowser/PushConsumer.java
@@ -101,13 +101,15 @@ public class PushConsumer extends RtecEventComm._PushConsumerImplBase
rt_info_ = new RtecScheduler.handle_tHolder (scheduler_.create (name));
scheduler_.set (rt_info_.value,
+ RtecScheduler.Criticality.VERY_LOW_CRITICALITY,
new TimeBase.ulonglong (0,0),
new TimeBase.ulonglong (0,0),
new TimeBase.ulonglong (0,0),
2500000, // period
RtecScheduler.Importance.VERY_LOW_IMPORTANCE,
new TimeBase.ulonglong (0,0),
- 1);
+ 1,
+ RtecScheduler.Info_Type.OPERATION);
// Register for Notification and Shutdown events