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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h b/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h
index bf81bc2e75c..f3659626a57 100644
--- a/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h
+++ b/TAO/docs/tutorials/Quoter/Event_Service/Stock_Consumer.h
@@ -18,9 +18,9 @@ public:
void disconnect ();
// Disconnect from the event channel.
- void push (const CORBA::Any& data, CORBA::Environment &)
+ void push (const CORBA::Any& data TAO_ENV_ARG_DECL_NOT_USED)
throw (CORBA::SystemException);
- void disconnect_push_consumer (CORBA::Environment &)
+ void disconnect_push_consumer (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
throw (CORBA::SystemException);
private: