summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Object_Adapter.inl')
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Object_Adapter.inl b/TAO/tao/PortableServer/Object_Adapter.inl
index 7acba182498..7092ede9222 100644
--- a/TAO/tao/PortableServer/Object_Adapter.inl
+++ b/TAO/tao/PortableServer/Object_Adapter.inl
@@ -50,12 +50,12 @@ TAO_Object_Adapter::locate_servant (const TAO::ObjectKey &key)
return this->locate_servant_i (key);
}
-ACE_INLINE TAO_SERVANT_LOCATION
+ACE_INLINE TAO_Servant_Location
TAO_Object_Adapter::find_servant (const TAO::ObjectKey &key,
PortableServer::Servant &servant)
{
// Lock access for the duration of this transaction.
- TAO_OBJECT_ADAPTER_GUARD_RETURN (TAO_SERVANT_NOT_FOUND);
+ TAO_OBJECT_ADAPTER_GUARD_RETURN (Not_Found);
return this->find_servant_i (key, servant);
}