summaryrefslogtreecommitdiff
path: root/TAO/tao/PICurrent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PICurrent.cpp')
-rw-r--r--TAO/tao/PICurrent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PICurrent.cpp b/TAO/tao/PICurrent.cpp
index 2128c5efb35..ca52289c6d8 100644
--- a/TAO/tao/PICurrent.cpp
+++ b/TAO/tao/PICurrent.cpp
@@ -42,7 +42,7 @@ TAO_PICurrent::get_slot (PortableInterceptor::SlotId id
if (impl == 0)
{
- ACE_THROW_RETURN (CORBA::BAD_INV_ORDER (TAO_OMG_VMCID | 14,
+ ACE_THROW_RETURN (CORBA::BAD_INV_ORDER (CORBA::OMGVMCID | 14,
CORBA::COMPLETED_NO),
0);
}
@@ -64,7 +64,7 @@ TAO_PICurrent::set_slot (PortableInterceptor::SlotId id,
if (impl == 0)
{
- ACE_THROW (CORBA::BAD_INV_ORDER (TAO_OMG_VMCID | 14,
+ ACE_THROW (CORBA::BAD_INV_ORDER (CORBA::OMGVMCID | 14,
CORBA::COMPLETED_NO));
}