summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h')
-rw-r--r--TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h b/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h
index 8fd4162b954..b5cb7b1d334 100644
--- a/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h
+++ b/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h
@@ -16,7 +16,7 @@ public:
// Disconnect from the event channel.
void push (const CORBA::Any& data);
- void disconnect_push_consumer (void);
+ void disconnect_push_consumer ();
private:
CosEventChannelAdmin::ProxyPushSupplier_var supplier_proxy_;