summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-29 21:58:52 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-29 21:58:52 +0000
commitb35bdd17c51341d5aca9c8361a2f5965820db984 (patch)
tree7d67cfd49539a2ff4007cc7da6ca8628df508fac /TAO/tao/PortableServer/POA.cpp
parent0b2525d4a65700098921846e6759f50b53e337e0 (diff)
downloadATCD-b35bdd17c51341d5aca9c8361a2f5965820db984.tar.gz
ChangeLogTag:Thu Aug 29 14:48:51 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/PortableServer/POA.cpp')
-rw-r--r--TAO/tao/PortableServer/POA.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/POA.cpp b/TAO/tao/PortableServer/POA.cpp
index 553efa7c15e..3b270f9c0be 100644
--- a/TAO/tao/PortableServer/POA.cpp
+++ b/TAO/tao/PortableServer/POA.cpp
@@ -1007,7 +1007,7 @@ TAO_POA::tao_add_ior_component_to_profile (
// supposed to throw a CORBA::BAD_PARAM exception if no profile
// matched the given ProfileId.
if (found_profile == 0)
- ACE_THROW (CORBA::BAD_PARAM (TAO_OMG_VMCID | 29,
+ ACE_THROW (CORBA::BAD_PARAM (CORBA::OMGVMCID | 29,
CORBA::COMPLETED_NO));
}
@@ -1383,7 +1383,7 @@ TAO_POA::activate_object_with_id_i (const PortableServer::ObjectId &id,
// same then the ORB shall return SUCCESS.
if (!priorities_match)
{
- ACE_THROW (CORBA::BAD_INV_ORDER (TAO_OMG_VMCID | 1,
+ ACE_THROW (CORBA::BAD_INV_ORDER (CORBA::OMGVMCID | 1,
CORBA::COMPLETED_NO));
}
@@ -1487,7 +1487,7 @@ TAO_POA::check_for_valid_wait_for_completions (const TAO_ORB_Core &orb_core,
{
// CORBA 2.3 specifies which minor code corresponds
// to this particular problem.
- ACE_THROW (CORBA::BAD_INV_ORDER (TAO_OMG_VMCID | 3,
+ ACE_THROW (CORBA::BAD_INV_ORDER (CORBA::OMGVMCID | 3,
CORBA::COMPLETED_NO));
}
}
@@ -3699,7 +3699,7 @@ TAO_POA::components_established_i (PortableInterceptor::IORInfo_ptr info
}
ACE_CATCHANY
{
- ACE_THROW (CORBA::OBJ_ADAPTER (TAO_OMG_VMCID | 6,
+ ACE_THROW (CORBA::OBJ_ADAPTER (CORBA::OMGVMCID | 6,
CORBA::COMPLETED_NO));
}
ACE_ENDTRY;