diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-20 13:45:55 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-20 13:45:55 +0000 |
commit | c639e2eefb82d556434a7af55ddf0339122ff9e4 (patch) | |
tree | 6060cd64c92bafa807a611fd07c6aedd250e6d2a /TAO/tao/CORBANAME_Parser.cpp | |
parent | d754a584d1003519135aabc127d86cc624352100 (diff) | |
download | ATCD-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.cpp | 10 |
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 |