summaryrefslogtreecommitdiff
path: root/TAO/tao/CodecFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CodecFactory.cpp')
-rw-r--r--TAO/tao/CodecFactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/CodecFactory.cpp b/TAO/tao/CodecFactory.cpp
index ce04b756e15..346f2127e55 100644
--- a/TAO/tao/CodecFactory.cpp
+++ b/TAO/tao/CodecFactory.cpp
@@ -40,7 +40,7 @@ TAO_CodecFactory::create_codec (const IOP::Encoding & enc
{
// There is no such thing as a "0.x" CDR encapsulation.
ACE_THROW_RETURN (CORBA::BAD_PARAM (
- CORBA_SystemException::_tao_minor_code (
+ CORBA::SystemException::_tao_minor_code (
TAO_DEFAULT_MINOR_CODE,
EINVAL),
CORBA::COMPLETED_NO),
@@ -52,7 +52,7 @@ TAO_CodecFactory::create_codec (const IOP::Encoding & enc
enc.minor_version,
this->orb_core_),
CORBA::NO_MEMORY (
- CORBA_SystemException::_tao_minor_code (
+ CORBA::SystemException::_tao_minor_code (
TAO_DEFAULT_MINOR_CODE,
ENOMEM),
CORBA::COMPLETED_MAYBE));