diff options
Diffstat (limited to 'TAO/tests/Multiple/Collocation_Tester.h')
-rw-r--r-- | TAO/tests/Multiple/Collocation_Tester.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/Multiple/Collocation_Tester.h b/TAO/tests/Multiple/Collocation_Tester.h index 766242232bc..5a22ad55ace 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 (TAO_ENV_SINGLE_ARG_DECL); + void run (ACE_ENV_SINGLE_ARG_DECL); // Runs the test. @@ -47,19 +47,19 @@ private: // -- Helper Methods -- - int test_top (TAO_ENV_SINGLE_ARG_DECL); + int test_top (ACE_ENV_SINGLE_ARG_DECL); // Tests the method accessible thru the // Top interface. - int test_right (TAO_ENV_SINGLE_ARG_DECL); + int test_right (ACE_ENV_SINGLE_ARG_DECL); // Tests the method accessible thru the // Right interface. - int test_left (TAO_ENV_SINGLE_ARG_DECL); + int test_left (ACE_ENV_SINGLE_ARG_DECL); // Tests the method accessible thru the // Left interface. - int test_bottom (TAO_ENV_SINGLE_ARG_DECL); + int test_bottom (ACE_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 (TAO_ENV_SINGLE_ARG_DECL); + void shutdown (ACE_ENV_SINGLE_ARG_DECL); private: CORBA::Object_var object_; }; |