summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/LifeCycleTest.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/Notify/Basic/LifeCycleTest.h
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/LifeCycleTest.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/LifeCycleTest.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/LifeCycleTest.h b/TAO/orbsvcs/tests/Notify/Basic/LifeCycleTest.h
index bba9561b41b..2787eb2063c 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/LifeCycleTest.h
+++ b/TAO/orbsvcs/tests/Notify/Basic/LifeCycleTest.h
@@ -22,17 +22,17 @@ public:
LifeCycleTest (void);
~LifeCycleTest ();
- void init(int argc, char *argv[], CORBA::Environment &ACE_TRY_ENV);
- void run_test(CORBA::Environment &ACE_TRY_ENV);
+ void init(int argc, char *argv[] TAO_ENV_ARG_DECL);
+ void run_test(TAO_ENV_SINGLE_ARG_DECL);
int parse_args(int argc, char *argv[]);
private:
- void create_ec(CORBA::Environment &ACE_TRY_ENV);
- void create_supplier_admin(CORBA::Environment &ACE_TRY_ENV);
- void create_consumer_admin(CORBA::Environment &ACE_TRY_ENV);
- void destroy_ec(CORBA::Environment &ACE_TRY_ENV);
- void destroy_supplier_admin(CORBA::Environment &ACE_TRY_ENV);
- void destroy_consumer_admin(CORBA::Environment &ACE_TRY_ENV);
+ void create_ec(TAO_ENV_SINGLE_ARG_DECL);
+ void create_supplier_admin(TAO_ENV_SINGLE_ARG_DECL);
+ void create_consumer_admin(TAO_ENV_SINGLE_ARG_DECL);
+ void destroy_ec(TAO_ENV_SINGLE_ARG_DECL);
+ void destroy_supplier_admin(TAO_ENV_SINGLE_ARG_DECL);
+ void destroy_consumer_admin(TAO_ENV_SINGLE_ARG_DECL);
CosNotifyChannelAdmin::EventChannelFactory_var notify_factory_;
CosNotifyChannelAdmin::EventChannel_var ec_;