summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.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/FaultTolerance/IOGR/Manager.h
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.h')
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.h b/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.h
index 8c6099b29e1..a82d46c1537 100644
--- a/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.h
+++ b/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.h
@@ -43,18 +43,18 @@ public:
// Ctor
void init (int argc,
- char *argv[],
- CORBA::Environment & ACE_TRY_ENV);
+ char *argv[]
+ TAO_ENV_ARG_DECL);
// Initialize the ORB, POA etc.
- int make_merged_iors (CORBA::Environment &);
+ int make_merged_iors (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
// Merges the different IORS
- int set_properties (CORBA::Environment &);
+ int set_properties (TAO_ENV_SINGLE_ARG_DECL_NOT_USED);
// Sets the properties for the profiles
- int run (CORBA::Environment &ACE_TRY_ENV);
+ int run (TAO_ENV_SINGLE_ARG_DECL);
// Run the ORB event loop..
int write_to_file (void);