summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Endpoint_Selectors.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/Invocation_Endpoint_Selectors.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/Invocation_Endpoint_Selectors.cpp')
-rw-r--r--TAO/tao/Invocation_Endpoint_Selectors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Invocation_Endpoint_Selectors.cpp b/TAO/tao/Invocation_Endpoint_Selectors.cpp
index 35d0c7a518d..76accd46881 100644
--- a/TAO/tao/Invocation_Endpoint_Selectors.cpp
+++ b/TAO/tao/Invocation_Endpoint_Selectors.cpp
@@ -55,7 +55,7 @@ TAO_Default_Endpoint_Selector::select_endpoint (
// If we get here, we completely failed to find an endpoint selector
// that we know how to use, so throw an exception.
- ACE_THROW (CORBA::TRANSIENT (TAO_OMG_VMCID | 2,
+ ACE_THROW (CORBA::TRANSIENT (CORBA::OMGVMCID | 2,
CORBA::COMPLETED_NO));
}