summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RT_Collocation_Resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTPortableServer/RT_Collocation_Resolver.h')
-rw-r--r--TAO/tao/RTPortableServer/RT_Collocation_Resolver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTPortableServer/RT_Collocation_Resolver.h b/TAO/tao/RTPortableServer/RT_Collocation_Resolver.h
index 059160e17ec..6439b5a7aaa 100644
--- a/TAO/tao/RTPortableServer/RT_Collocation_Resolver.h
+++ b/TAO/tao/RTPortableServer/RT_Collocation_Resolver.h
@@ -37,8 +37,8 @@ class TAO_RTPortableServer_Export TAO_RT_Collocation_Resolver :
public:
/// Is <object> collocated?
- virtual CORBA::Boolean is_collocated (CORBA::Object_ptr object,
- CORBA::Environment &ACE_TRY_ENV) const;
+ virtual CORBA::Boolean is_collocated (CORBA::Object_ptr object
+ TAO_ENV_ARG_DECL) const;
};
ACE_STATIC_SVC_DECLARE_EXPORT (TAO_RTPortableServer, TAO_RT_Collocation_Resolver)