summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Consumer.h')
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Consumer.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Consumer.h b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Consumer.h
index ce68de17b99..69fa5a4e84a 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Consumer.h
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Consumer.h
@@ -36,26 +36,26 @@ public:
Consumer ();
/// Initialize the Consumer.
- int init_Consumer (void);
+ int init_Consumer ();
/// This method connects the consumer to the EC.
void open (CosEventChannelAdmin::EventChannel_ptr event_channel);
/// Disconnect from the EC.
- void close (void);
+ void close ();
/// Connect the Consumer to the EventChannel.
- void connect (void);
+ void connect ();
/// Disconnect from the supplier, but do not forget about it or close
/// it.
- void disconnect (void);
+ void disconnect ();
/// push the event to the consumer.
virtual void push (const CORBA::Any &data);
/// disconnect the consumer from the EC.
- virtual void disconnect_push_consumer (void);
+ virtual void disconnect_push_consumer ();
// = CosEC_Multiple methods.
/// Parse the command line options.