summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBANAME_Parser.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-20 13:45:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-20 13:45:55 +0000
commitc639e2eefb82d556434a7af55ddf0339122ff9e4 (patch)
tree6060cd64c92bafa807a611fd07c6aedd250e6d2a /TAO/tao/CORBANAME_Parser.cpp
parentd754a584d1003519135aabc127d86cc624352100 (diff)
downloadATCD-c639e2eefb82d556434a7af55ddf0339122ff9e4.tar.gz
Fri Apr 20 13:42:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/CORBANAME_Parser.cpp')
-rw-r--r--TAO/tao/CORBANAME_Parser.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/tao/CORBANAME_Parser.cpp b/TAO/tao/CORBANAME_Parser.cpp
index f8970f65f53..29df2496358 100644
--- a/TAO/tao/CORBANAME_Parser.cpp
+++ b/TAO/tao/CORBANAME_Parser.cpp
@@ -60,9 +60,7 @@ parse_string_dynamic_request_helper (CORBA::Object_ptr naming_context,
}
CORBA::Object_ptr
-TAO_CORBANAME_Parser::parse_string (const char *ior,
- CORBA::ORB_ptr orb
- )
+TAO_CORBANAME_Parser::parse_string (const char *ior, CORBA::ORB_ptr orb)
{
// Skip the prefix, we know it is there because this method in only
@@ -110,8 +108,7 @@ TAO_CORBANAME_Parser::parse_string (const char *ior,
0);
CORBA::Boolean is_a =
- name_context->_is_a ("IDL:omg.org/CosNaming/NamingContextExt:1.0"
- );
+ name_context->_is_a ("IDL:omg.org/CosNaming/NamingContextExt:1.0");
if (!is_a)
{
@@ -126,8 +123,7 @@ TAO_CORBANAME_Parser::parse_string (const char *ior,
// Make a dynamic request for resolve_str in this naming context
obj = this->parse_string_dynamic_request_helper (name_context.in (),
- key_string
- );
+ key_string);
}
else
{ // There was no key string which implies that the caller wants