summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormxiong <mxiong@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-27 21:39:10 +0000
committermxiong <mxiong@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-27 21:39:10 +0000
commite7fe1596fb0190d5fc6df0371f6139db64cccb41 (patch)
treec3c46ee333f1cdc469dea2f0aa86b66e59a81be5
parenta22bab512b879b2b876f4eacab99c1ef37270cd8 (diff)
downloadATCD-e7fe1596fb0190d5fc6df0371f6139db64cccb41.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker_exec.cpp4
-rw-r--r--TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor_exec.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker_exec.cpp b/TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker_exec.cpp
index 6e8ee55521c..7741b74e3bc 100644
--- a/TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker_exec.cpp
+++ b/TAO/CIAO/DAnCE/examples/Quoter/Broker/Broker_exec.cpp
@@ -29,7 +29,7 @@ namespace StockBroker_Impl
void
StockBroker_exec_i::stock_subscribe (
const char * stock_name
- ACE_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
Stock::Invalid_Stock))
{
@@ -50,7 +50,7 @@ namespace StockBroker_Impl
void
StockBroker_exec_i::stock_unsubscribe (
const char * stock_name
- ACE_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
Stock::Invalid_Stock))
{
diff --git a/TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor_exec.cpp b/TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor_exec.cpp
index 5a2e3563541..df2c4f55447 100644
--- a/TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor_exec.cpp
+++ b/TAO/CIAO/DAnCE/examples/Quoter/Distributor/Distributor_exec.cpp
@@ -189,7 +189,7 @@ namespace StockDistributor_Impl
void
StockDistributor_exec_i::start (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
if (this->rate_ == 0 || this->pulser_.active())
@@ -202,7 +202,7 @@ namespace StockDistributor_Impl
void
StockDistributor_exec_i::stop (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
if (! this->pulser_.active ())