summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_Strategy.h
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
commit46b68f8886267752e21240d0d2a38aff51b08cb4 (patch)
treee6c4cb63722c260d6c229f938dc9a28800bf50ae /TAO/tao/Wait_Strategy.h
parent3b90547b819834d830be139f52dbbd436b561bbd (diff)
downloadATCD-46b68f8886267752e21240d0d2a38aff51b08cb4.tar.gz
ChangeLogTag: Thu Feb 1 20:29:54 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Wait_Strategy.h')
-rw-r--r--TAO/tao/Wait_Strategy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Wait_Strategy.h b/TAO/tao/Wait_Strategy.h
index 9f88dae024b..b57b70b27c5 100644
--- a/TAO/tao/Wait_Strategy.h
+++ b/TAO/tao/Wait_Strategy.h
@@ -71,7 +71,7 @@ public:
* passes this condition variable back to Waiting_Strategy, that can
* then signal the waiting thread if needed.
*/
- virtual ACE_SYNCH_CONDITION *leader_follower_condition_variable (void);
+ virtual TAO_SYNCH_CONDITION *leader_follower_condition_variable (void);
/**
* This is the callback used by the Reply_Dispatcher to inform the
@@ -82,7 +82,7 @@ public:
* whatever locks it needs.
*/
virtual int reply_dispatched (int &reply_received_flag,
- ACE_SYNCH_CONDITION *);
+ TAO_SYNCH_CONDITION *);
/**
* The connection has been closed by the lower level components in
@@ -90,7 +90,7 @@ public:
* The wait has finished and must result in an error.
*/
virtual void connection_closed (int &reply_received_flag,
- ACE_SYNCH_CONDITION*);
+ TAO_SYNCH_CONDITION*);
protected:
/// Transport object.