summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/DOVEBrowser/PushConsumer.java
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-16 15:32:56 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-16 15:32:56 +0000
commit0a5665c336b7e7a479271e8a5b554f87aa0f44eb (patch)
treefaab671c6e1b5a444d6a8c4629a805c76a1b978c /TAO/examples/Simulator/DOVEBrowser/PushConsumer.java
parent4bd074848f102189a168ed037c5ffb04b7667d37 (diff)
downloadATCD-0a5665c336b7e7a479271e8a5b554f87aa0f44eb.tar.gz
Pretty printing.
Diffstat (limited to 'TAO/examples/Simulator/DOVEBrowser/PushConsumer.java')
-rw-r--r--TAO/examples/Simulator/DOVEBrowser/PushConsumer.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/examples/Simulator/DOVEBrowser/PushConsumer.java b/TAO/examples/Simulator/DOVEBrowser/PushConsumer.java
index 120179c30de..d2a43d0324c 100644
--- a/TAO/examples/Simulator/DOVEBrowser/PushConsumer.java
+++ b/TAO/examples/Simulator/DOVEBrowser/PushConsumer.java
@@ -62,12 +62,12 @@ public class PushConsumer extends RtecEventComm._PushConsumerImplBase
if (events.length == 0)
{
- System.err.println ("No events");
+ System.err.println ("No events");
}
else
{
total_received_++;
-
+
for (int i = 0; i < events.length; ++i)
{
if(events[i].type_ == ACE_ES_EVENT_NOTIFICATION)
@@ -117,7 +117,7 @@ public class PushConsumer extends RtecEventComm._PushConsumerImplBase
RtecEventComm.Event disjunction_designator_ =
new RtecEventComm.Event (ACE_ES_DISJUNCTION_DESIGNATOR, 0,
- 1, // ttl
+ 1, // ttl
new TimeBase.ulonglong (0,0),
new TimeBase.ulonglong (0,0),
new TimeBase.ulonglong (0,0),
@@ -149,7 +149,7 @@ public class PushConsumer extends RtecEventComm._PushConsumerImplBase
RtecEventChannelAdmin.ConsumerQOS qos = new RtecEventChannelAdmin.ConsumerQOS (dependencies_);
-
+
// The channel administrator is the event channel we got from the invocation
// of this routine
@@ -168,7 +168,7 @@ public class PushConsumer extends RtecEventComm._PushConsumerImplBase
System.out.println ("Registered the consumer successfully.");
-
+
}
catch (RtecScheduler.UNKNOWN_TASK e)
{