summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-24 22:03:04 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-24 22:03:04 +0000
commitd07f9a6f56ffed70478eb7a7305fae3df9edafb3 (patch)
treec3fa3ba86a5e51f559f3261887e06b41a051f2da /TAO/tao/ORB.h
parent6838f94aea3a0a3cfab0c83ed96ecc97332dc00c (diff)
downloadATCD-d07f9a6f56ffed70478eb7a7305fae3df9edafb3.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 72310cbdbe6..659d0f4fd75 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -855,10 +855,10 @@ public:
// = TAO-specific Extensions
- CORBA_Object_ptr resolve_poa (const char *adapter_name = TAO_DEFAULT_ROOTPOA_NAME,
- TAO_POA_Manager *poa_manager = 0,
- const TAO_POA_Policies *policies = 0,
- TAO_Object_Table *active_object_map = 0);
+ CORBA_Object_ptr resolve_root_poa (const char *adapter_name = TAO_DEFAULT_ROOTPOA_NAME,
+ TAO_POA_Manager *poa_manager = 0,
+ const TAO_POA_Policies *policies = 0,
+ TAO_Object_Table *active_object_map = 0);
// Resolve the POA.
CORBA_Object_ptr key_to_object (const TAO_ObjectKey &key,