summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls/AMI_Manager.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
commit7ed0821f86e4b70dc75e18c4c960e8d2d895c647 (patch)
treee6c4cb63722c260d6c229f938dc9a28800bf50ae /TAO/tests/LongUpcalls/AMI_Manager.h
parent77f6a46a8d173c3c6b20065623ed1c50857d2afb (diff)
downloadATCD-7ed0821f86e4b70dc75e18c4c960e8d2d895c647.tar.gz
ChangeLogTag: Thu Feb 1 20:29:54 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/LongUpcalls/AMI_Manager.h')
-rw-r--r--TAO/tests/LongUpcalls/AMI_Manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/LongUpcalls/AMI_Manager.h b/TAO/tests/LongUpcalls/AMI_Manager.h
index 0ce7d46a5d9..f532c652979 100644
--- a/TAO/tests/LongUpcalls/AMI_Manager.h
+++ b/TAO/tests/LongUpcalls/AMI_Manager.h
@@ -68,7 +68,7 @@ class Controller_Handler
, public virtual PortableServer::RefCountServantBase
{
public:
- Controller_Handler (ACE_SYNCH_MUTEX *mutex,
+ Controller_Handler (TAO_SYNCH_MUTEX *mutex,
int *pending_replies);
// Constructor
@@ -84,7 +84,7 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException));
private:
- ACE_SYNCH_MUTEX *mutex_;
+ TAO_SYNCH_MUTEX *mutex_;
int *pending_replies_;
// The pending replies is decremented each time a reply is
// received.