summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests/EC_Federated_Latency/Peer.h')
-rw-r--r--TAO/orbsvcs/performance-tests/EC_Federated_Latency/Peer.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Peer.h b/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Peer.h
index dd749ec10d7..5d6d7cee042 100644
--- a/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Peer.h
+++ b/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Peer.h
@@ -32,30 +32,30 @@ public:
virtual ~ECFL_Peer (void);
/// Initialize the peer
- void init (PortableServer::POA_ptr poa,
- CORBA::Environment &ACE_TRY_ENV);
+ void init (PortableServer::POA_ptr poa
+ TAO_ENV_ARG_DECL);
//@{
/** @name The Control::Peer methods
*/
virtual RtecEventChannelAdmin::EventChannel_ptr
- channel (CORBA::Environment&)
+ channel (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void connect (RtecEventChannelAdmin::EventChannel_ptr remote_ec,
- CORBA::Environment&)
+ virtual void connect (RtecEventChannelAdmin::EventChannel_ptr remote_ec
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
- Control::Loopback_ptr setup_loopback (CORBA::Long experiment_id,
- CORBA::Environment &)
+ Control::Loopback_ptr setup_loopback (CORBA::Long experiment_id
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual Control::Samples* run_experiment (CORBA::Long experiment_id,
- CORBA::Long iterations,
- CORBA::Environment &)
+ CORBA::Long iterations
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void shutdown (CORBA::Environment&)
+ virtual void shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException));
//@}