summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/RT_Event_Service/Stock_Consumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/RT_Event_Service/Stock_Consumer.cpp')
-rw-r--r--TAO/docs/tutorials/Quoter/RT_Event_Service/Stock_Consumer.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/docs/tutorials/Quoter/RT_Event_Service/Stock_Consumer.cpp b/TAO/docs/tutorials/Quoter/RT_Event_Service/Stock_Consumer.cpp
index 395e31bf6b0..df62e93fd86 100644
--- a/TAO/docs/tutorials/Quoter/RT_Event_Service/Stock_Consumer.cpp
+++ b/TAO/docs/tutorials/Quoter/RT_Event_Service/Stock_Consumer.cpp
@@ -33,8 +33,7 @@ Stock_Consumer::disconnect ()
}
void
-Stock_Consumer::push (const RtecEventComm::EventSet &data
- ACE_ENV_ARG_DECL_NOT_USED)
+Stock_Consumer::push (const RtecEventComm::EventSet &data)
throw (CORBA::SystemException)
{
for (CORBA::ULong i = 0; i != data.length (); ++i) {
@@ -52,7 +51,7 @@ Stock_Consumer::push (const RtecEventComm::EventSet &data
}
void
-Stock_Consumer::disconnect_push_consumer (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+Stock_Consumer::disconnect_push_consumer (void)
throw (CORBA::SystemException)
{
this->supplier_proxy_ =