summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAO.cpp')
-rw-r--r--TAO/tao/TAO.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tao/TAO.cpp b/TAO/tao/TAO.cpp
index 7c5b7bfcd31..69e3db43d38 100644
--- a/TAO/tao/TAO.cpp
+++ b/TAO/tao/TAO.cpp
@@ -58,7 +58,7 @@ TAO_ORB_Manager::init (int &argc,
{
// Get the POA from the ORB.
CORBA::Object_var poa_object =
- this->orb_->resolve_initial_references (TAO_OBJID_ROOTPOA);
+ this->orb_->resolve_initial_references ("RootPOA");
if (CORBA::is_nil (poa_object.in ()))
ACE_ERROR_RETURN ((LM_ERROR,
@@ -87,9 +87,9 @@ TAO_ORB_Manager::init (int &argc,
int
TAO_ORB_Manager::init_child_poa (int& argc,
- char **argv,
- const char *poa_name,
- CORBA_Environment &ACE_TRY_ENV)
+ char **argv,
+ const char *poa_name,
+ CORBA_Environment &ACE_TRY_ENV)
{
return this->init_child_poa (argc,
argv,
@@ -100,10 +100,10 @@ TAO_ORB_Manager::init_child_poa (int& argc,
int
TAO_ORB_Manager::init_child_poa (int& argc,
- char **argv,
- const char *poa_name,
+ char **argv,
+ const char *poa_name,
const char *orb_name,
- CORBA_Environment &ACE_TRY_ENV)
+ CORBA_Environment &ACE_TRY_ENV)
{
int init_result;