summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h')
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h
index 7e96e452ddb..413244fc4f4 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Supplier.h
@@ -32,22 +32,22 @@ class Supplier : public POA_CosEventComm::PushSupplier
// the CosEC and sends events to it.
public:
void open (CosEventChannelAdmin::EventChannel_ptr event_channel
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// This method connects the supplier to the EC.
- void close (TAO_ENV_SINGLE_ARG_DECL);
+ void close (ACE_ENV_SINGLE_ARG_DECL);
// Disconnect from the EC.
- void connect (TAO_ENV_SINGLE_ARG_DECL);
+ void connect (ACE_ENV_SINGLE_ARG_DECL);
- void disconnect (TAO_ENV_SINGLE_ARG_DECL);
+ void disconnect (ACE_ENV_SINGLE_ARG_DECL);
// Disconnect from the EC, but do not forget about it or close it.
void send_event (const CORBA::Any &data
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// Send one event.
- virtual void disconnect_push_supplier (TAO_ENV_SINGLE_ARG_DECL)
+ virtual void disconnect_push_supplier (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((
CORBA::SystemException
));