summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Basic/Schedule.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
commit63165b00e2d667e39e15cf084128d94a563d484e (patch)
tree6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/orbsvcs/tests/Event/Basic/Schedule.h
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Basic/Schedule.h')
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/Schedule.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/Schedule.h b/TAO/orbsvcs/tests/Event/Basic/Schedule.h
index e78cd815f8f..54a448f532c 100644
--- a/TAO/orbsvcs/tests/Event/Basic/Schedule.h
+++ b/TAO/orbsvcs/tests/Event/Basic/Schedule.h
@@ -59,12 +59,12 @@ public:
// add some command line args to change the scheduling service to
// use.
- void initialize_ec_impl (CORBA::Environment &ACE_TRY_ENV);
+ void initialize_ec_impl (TAO_ENV_SINGLE_ARG_DECL);
void cleanup_ec (void);
virtual void modify_attributes (TAO_EC_Event_Channel_Attributes& attr);
// Set the scheduling service attribute
- void execute_test (CORBA::Environment& ACE_TRY_ENV);
+ void execute_test (TAO_ENV_SINGLE_ARG_DECL);
// Don't run the suppliers, just compute the schedule.
void dump_results (void);
@@ -73,13 +73,13 @@ public:
virtual void build_consumer_qos (
int i,
RtecEventChannelAdmin::ConsumerQOS& qos,
- int& shutdown_event_type,
- CORBA::Environment&);
+ int& shutdown_event_type
+ TAO_ENV_ARG_DECL_NOT_USED);
virtual void build_supplier_qos (
int i,
RtecEventChannelAdmin::SupplierQOS& qos,
- int& shutdown_event_type,
- CORBA::Environment&);
+ int& shutdown_event_type
+ TAO_ENV_ARG_DECL_NOT_USED);
// This time really connect to the scheduler
private: