summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Object_Adapter.h')
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Object_Adapter.h b/TAO/tao/PortableServer/Object_Adapter.h
index c041333d425..4f534d8471b 100644
--- a/TAO/tao/PortableServer/Object_Adapter.h
+++ b/TAO/tao/PortableServer/Object_Adapter.h
@@ -92,7 +92,7 @@ public:
int locate_servant (const TAO::ObjectKey &key);
- TAO_SERVANT_LOCATION find_servant (const TAO::ObjectKey &key,
+ TAO_Servant_Location find_servant (const TAO::ObjectKey &key,
PortableServer::Servant &servant);
int find_poa (const poa_name &system_name,
@@ -165,7 +165,7 @@ public:
protected:
int locate_servant_i (const TAO::ObjectKey &key);
- TAO_SERVANT_LOCATION find_servant_i (const TAO::ObjectKey &key,
+ TAO_Servant_Location find_servant_i (const TAO::ObjectKey &key,
PortableServer::Servant &servant);
void dispatch_servant_i (const TAO::ObjectKey &key,