summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp b/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp
index ceefea4fbbd..90e14d99936 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Storable_Naming_Context.cpp
@@ -42,8 +42,8 @@ TAO_FT_Storable_Naming_Context::~TAO_FT_Storable_Naming_Context (void)
CORBA::Boolean
TAO_FT_Storable_Naming_Context::is_object_group (CORBA::Object_ptr obj) const
{
- // If there is a tagged component with tag = IOP::TAG_FT_GROUP in the object reference
- // then it is an object group
+ // If there is a tagged component with tag = IOP::TAG_FT_GROUP in the
+ // object reference then it is an object group
PortableGroup::TagGroupTaggedComponent tagged_component;
return TAO::PG_Utils::get_tagged_component (obj, tagged_component);
}
@@ -71,7 +71,8 @@ TAO_FT_Storable_Naming_Context::resolve (const CosNaming::Name& n)
if ( this->naming_manager_ == 0)
{
ACE_ERROR ((LM_ERROR,
- "TAO_FT_Persistent_Naming_Context::resolve - No NamingManager defined.\n"));
+ ACE_TEXT ("TAO_FT_Persistent_Naming_Context::resolve ")
+ ACE_TEXT ("- No NamingManager defined.\n")));
throw CORBA::INTERNAL ();
}
@@ -89,7 +90,8 @@ TAO_FT_Storable_Naming_Context::resolve (const CosNaming::Name& n)
catch (CORBA::Exception& ex)
{
ex._tao_print_exception (
- "TAO_FT_Storable_Naming_Context::resolve - Some unhandled error occurred\n");
+ ACE_TEXT ("TAO_FT_Storable_Naming_Context::resolve - ")
+ ACE_TEXT ("Some unhandled error occurred\n"));
return CORBA::Object::_nil ();
}