summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-02 16:22:03 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-02 16:22:03 +0000
commit093bd1577fabc14c63d095213caa1eea3c936393 (patch)
treeb4a0738a315c37d9e1b042b81db9e17bafac8020
parenta675c80e1a6ccc0b74ba9836b3f0914883df68c8 (diff)
downloadATCD-093bd1577fabc14c63d095213caa1eea3c936393.tar.gz
ChangeLogTag: Mon Sep 2 16:20:08 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp4
2 files changed, 7 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 6b5ea2a6579..6311a44a004 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 2 16:20:08 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
+
+ * orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp:
+ Change TAO_OMG_VMCID to CORBA::OMGVMCID.
+
Mon Sep 2 09:09:30 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp (universal_time):
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp
index a45f0cf0efd..a97c0e3d383 100644
--- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp
@@ -61,7 +61,7 @@ TAO_FT_Invocation_Endpoint_Selector::next (TAO_GIOP_Invocation *
{
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("This method is DEPRECATED!\n")));
// if (invocation->stub_->next_profile_retry () == 0)
- // ACE_THROW (CORBA::TRANSIENT (TAO_OMG_VMCID | 2,
+ // ACE_THROW (CORBA::TRANSIENT (CORBA::OMGVMCID | 2,
// CORBA::COMPLETED_NO));
}
@@ -177,7 +177,7 @@ TAO_FT_Invocation_Endpoint_Selector::select_endpoint_i(
// If we get here, we completely failed to find an endpoint selector
// that we know how to use, so throw an exception.
- ACE_THROW_RETURN (CORBA::TRANSIENT (TAO_OMG_VMCID | 2,
+ ACE_THROW_RETURN (CORBA::TRANSIENT (CORBA::OMGVMCID | 2,
CORBA::COMPLETED_NO),
0);
}