diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Event/lib/Supplier.h')
-rw-r--r-- | TAO/orbsvcs/tests/Event/lib/Supplier.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Event/lib/Supplier.h b/TAO/orbsvcs/tests/Event/lib/Supplier.h index 9db3874b338..c7fbce015ee 100644 --- a/TAO/orbsvcs/tests/Event/lib/Supplier.h +++ b/TAO/orbsvcs/tests/Event/lib/Supplier.h @@ -61,7 +61,7 @@ public: const RtecEventComm::Event& event); /// Send a shutdown event. - void send_shutdown (void); + void send_shutdown (); /// Connect using a <supplier_admin> and publications (<qos>) /// computed by the user @@ -76,10 +76,10 @@ public: int shutdown_event_type); /// Disconnect from the EC, also deactivates the object - void disconnect (void); + void disconnect (); /// Disconnect from the EC, also deactivates the object - void shutdown (void); + void shutdown (); /// Dump the results... virtual void dump_results ( @@ -94,7 +94,7 @@ public: RtecEventComm::Event& event); // = The PushSupplier methods - virtual void disconnect_push_supplier (void); + virtual void disconnect_push_supplier (); private: /// Class we forward to. |