summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_Strategy.cpp
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-02 02:32:10 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-02 02:32:10 +0000
commit7ed0821f86e4b70dc75e18c4c960e8d2d895c647 (patch)
treee6c4cb63722c260d6c229f938dc9a28800bf50ae /TAO/tao/Wait_Strategy.cpp
parent77f6a46a8d173c3c6b20065623ed1c50857d2afb (diff)
downloadATCD-7ed0821f86e4b70dc75e18c4c960e8d2d895c647.tar.gz
ChangeLogTag: Thu Feb 1 20:29:54 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Wait_Strategy.cpp')
-rw-r--r--TAO/tao/Wait_Strategy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Wait_Strategy.cpp b/TAO/tao/Wait_Strategy.cpp
index d43738ae16f..aaeab43e5ab 100644
--- a/TAO/tao/Wait_Strategy.cpp
+++ b/TAO/tao/Wait_Strategy.cpp
@@ -22,7 +22,7 @@ TAO_Wait_Strategy::sending_request (TAO_ORB_Core * /* orb_core */,
return 0;
}
-ACE_SYNCH_CONDITION *
+TAO_SYNCH_CONDITION *
TAO_Wait_Strategy::leader_follower_condition_variable (void)
{
return 0;
@@ -30,7 +30,7 @@ TAO_Wait_Strategy::leader_follower_condition_variable (void)
int
TAO_Wait_Strategy::reply_dispatched (int &reply_received,
- ACE_SYNCH_CONDITION *)
+ TAO_SYNCH_CONDITION *)
{
// In most implementations of this strategy there is no need to
// acquire any mutex to set the reply_received flag.
@@ -40,7 +40,7 @@ TAO_Wait_Strategy::reply_dispatched (int &reply_received,
void
TAO_Wait_Strategy::connection_closed (int &reply_received,
- ACE_SYNCH_CONDITION*)
+ TAO_SYNCH_CONDITION*)
{
// In most implementations of this strategy there is no need to
// acquire any mutex to set the reply_received flag.