diff options
Diffstat (limited to 'TAO/tao/CORBANAME_Parser.cpp')
-rw-r--r-- | TAO/tao/CORBANAME_Parser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/CORBANAME_Parser.cpp b/TAO/tao/CORBANAME_Parser.cpp index a9cbe0039a8..fb8d4ddd48b 100644 --- a/TAO/tao/CORBANAME_Parser.cpp +++ b/TAO/tao/CORBANAME_Parser.cpp @@ -81,7 +81,7 @@ parse_string_dynamic_request_helper (CORBA::Object_ptr naming_context, ACE_UNUSED_ARG (ex); ACE_THROW_RETURN ( - CORBA::BAD_PARAM (TAO_OMG_VMCID | 10, + CORBA::BAD_PARAM (CORBA::OMGVMCID | 10, CORBA::COMPLETED_YES), CORBA::Object::_nil () ); @@ -102,7 +102,7 @@ parse_string_dynamic_request_helper (CORBA::Object_ptr naming_context, // be simply raised, and any RESTART is handled // already... leave this here "just in case". ACE_THROW_RETURN ( - CORBA::BAD_PARAM (TAO_OMG_VMCID | 10, + CORBA::BAD_PARAM (CORBA::OMGVMCID | 10, CORBA::COMPLETED_YES), CORBA::Object::_nil () ); |