diff options
Diffstat (limited to 'TAO/tao/Default_Collocation_Resolver.cpp')
-rw-r--r-- | TAO/tao/Default_Collocation_Resolver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Default_Collocation_Resolver.cpp b/TAO/tao/Default_Collocation_Resolver.cpp index ef9c8569db2..fef0836a43e 100644 --- a/TAO/tao/Default_Collocation_Resolver.cpp +++ b/TAO/tao/Default_Collocation_Resolver.cpp @@ -12,7 +12,7 @@ ACE_RCSID(tao, Default_Collocation_Resolver, "$Id$") CORBA::Boolean TAO_Default_Collocation_Resolver::is_collocated (CORBA::Object_ptr object - TAO_ENV_ARG_DECL_NOT_USED) const + ACE_ENV_ARG_DECL_NOT_USED) const { return object->_is_collocated (); } |