summaryrefslogtreecommitdiff
path: root/TAO/tao/Default_Collocation_Resolver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Default_Collocation_Resolver.cpp')
-rw-r--r--TAO/tao/Default_Collocation_Resolver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Default_Collocation_Resolver.cpp b/TAO/tao/Default_Collocation_Resolver.cpp
index f754ee649b4..ef9c8569db2 100644
--- a/TAO/tao/Default_Collocation_Resolver.cpp
+++ b/TAO/tao/Default_Collocation_Resolver.cpp
@@ -11,8 +11,8 @@ ACE_RCSID(tao, Default_Collocation_Resolver, "$Id$")
#endif /* ! __ACE_INLINE__ */
CORBA::Boolean
-TAO_Default_Collocation_Resolver::is_collocated (CORBA::Object_ptr object,
- CORBA::Environment &) const
+TAO_Default_Collocation_Resolver::is_collocated (CORBA::Object_ptr object
+ TAO_ENV_ARG_DECL_NOT_USED) const
{
return object->_is_collocated ();
}