summaryrefslogtreecommitdiff
path: root/TAO/tests/Multiple/Collocation_Tester.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/tests/Multiple/Collocation_Tester.h
parent6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff)
downloadATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tests/Multiple/Collocation_Tester.h')
-rw-r--r--TAO/tests/Multiple/Collocation_Tester.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/Multiple/Collocation_Tester.h b/TAO/tests/Multiple/Collocation_Tester.h
index cfb24b1e39d..766242232bc 100644
--- a/TAO/tests/Multiple/Collocation_Tester.h
+++ b/TAO/tests/Multiple/Collocation_Tester.h
@@ -39,7 +39,7 @@ public:
~Collocation_Tester ();
// -- Command --
- void run (CORBA::Environment &ACE_TRY_ENV);
+ void run (TAO_ENV_SINGLE_ARG_DECL);
// Runs the test.
@@ -47,19 +47,19 @@ private:
// -- Helper Methods --
- int test_top (CORBA::Environment &ACE_TRY_ENV);
+ int test_top (TAO_ENV_SINGLE_ARG_DECL);
// Tests the method accessible thru the
// Top interface.
- int test_right (CORBA::Environment &ACE_TRY_ENV);
+ int test_right (TAO_ENV_SINGLE_ARG_DECL);
// Tests the method accessible thru the
// Right interface.
- int test_left (CORBA::Environment &ACE_TRY_ENV);
+ int test_left (TAO_ENV_SINGLE_ARG_DECL);
// Tests the method accessible thru the
// Left interface.
- int test_bottom (CORBA::Environment &ACE_TRY_ENV);
+ int test_bottom (TAO_ENV_SINGLE_ARG_DECL);
// Tests the method accessible thru the
// Bottom interface.
@@ -72,7 +72,7 @@ private:
// is no match (actually 1 is returned if there is
// no match.
- void shutdown (CORBA::Environment &ACE_TRY_ENV);
+ void shutdown (TAO_ENV_SINGLE_ARG_DECL);
private:
CORBA::Object_var object_;
};