summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/ORB_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/ORB_Manager.cpp')
-rw-r--r--TAO/tao/Utils/ORB_Manager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Utils/ORB_Manager.cpp b/TAO/tao/Utils/ORB_Manager.cpp
index 9c200c0263e..2edd4871992 100644
--- a/TAO/tao/Utils/ORB_Manager.cpp
+++ b/TAO/tao/Utils/ORB_Manager.cpp
@@ -44,7 +44,7 @@ TAO_ORB_Manager::init (int &argc,
this->orb_->resolve_initial_references (TAO_OBJID_ROOTPOA);
if (CORBA::is_nil (poa_object.in ()))
- ACE_ERROR_RETURN ((LM_ERROR,
+ TAOLIB_ERROR_RETURN ((LM_ERROR,
ACE_TEXT (" (%P|%t) Unable to initialize the POA.\n")),
-1);
@@ -70,7 +70,7 @@ TAO_ORB_Manager::init_child_poa (int& argc,
{
// Check to see if root poa has to be created.
if (this->init (argc, argv, orb_name) == -1)
- ACE_ERROR_RETURN ((LM_ERROR,
+ TAOLIB_ERROR_RETURN ((LM_ERROR,
ACE_TEXT (" (%P|%t) Error in init.\n")),
-1);
@@ -137,7 +137,7 @@ TAO_ORB_Manager::activate_under_child_poa (const char *object_name,
PortableServer::Servant servant)
{
if (object_name == 0)
- ACE_ERROR_RETURN ((LM_ERROR,
+ TAOLIB_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("\n(%P|%t) TAO_ORB_Manager::register: ")
ACE_TEXT ("object_name is null!")),
0);