summaryrefslogtreecommitdiff
path: root/TAO/tests/Two_Objects/Object_Factory_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Two_Objects/Object_Factory_i.h')
-rw-r--r--TAO/tests/Two_Objects/Object_Factory_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Two_Objects/Object_Factory_i.h b/TAO/tests/Two_Objects/Object_Factory_i.h
index d49488208cf..2eab1c9966f 100644
--- a/TAO/tests/Two_Objects/Object_Factory_i.h
+++ b/TAO/tests/Two_Objects/Object_Factory_i.h
@@ -20,10 +20,10 @@ public:
Object_Factory_i (CORBA::ORB_ptr orb,
CORBA::ULong len);
- Two_Objects_Test::First_ptr create_first (TAO_ENV_SINGLE_ARG_DECL)
+ Two_Objects_Test::First_ptr create_first (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
- Two_Objects_Test::Second_ptr create_second (TAO_ENV_SINGLE_ARG_DECL)
+ Two_Objects_Test::Second_ptr create_second (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException));
private: