summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Collocated_Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Collocated_Object.h')
-rw-r--r--TAO/tao/PortableServer/Collocated_Object.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/Collocated_Object.h b/TAO/tao/PortableServer/Collocated_Object.h
index 5326817da53..768d51b2286 100644
--- a/TAO/tao/PortableServer/Collocated_Object.h
+++ b/TAO/tao/PortableServer/Collocated_Object.h
@@ -44,17 +44,17 @@ public:
*/
static TAO_Collocated_Object *_narrow (CORBA::Object_ptr object
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
// Downcast operation
// = The CORBA_Object methods, check the tao/Object.h file for details
virtual CORBA::Boolean _is_a (const CORBA::Char *logical_type_id
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
virtual CORBA::Boolean _is_equivalent (CORBA_Object_ptr other_obj
- TAO_ENV_ARG_DECL_NOT_USED)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC (());
#if (TAO_HAS_MINIMUM_CORBA == 0)
- virtual CORBA::Boolean _non_existent (TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
+ virtual CORBA::Boolean _non_existent (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
#endif /* TAO_HAS_MINIMUM_CORBA */
virtual void *_tao_QueryInterface(ptr_arith_t type);