summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Singleton_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/tao/TAO_Singleton_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/tao/TAO_Singleton_Manager.h')
-rw-r--r--TAO/tao/TAO_Singleton_Manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/TAO_Singleton_Manager.h b/TAO/tao/TAO_Singleton_Manager.h
index f0233eab8ec..1b4a1507586 100644
--- a/TAO/tao/TAO_Singleton_Manager.h
+++ b/TAO/tao/TAO_Singleton_Manager.h
@@ -30,7 +30,7 @@
#include "ace/OS.h"
// Forward declarations
-class ACE_Recursive_Thread_Mutex;
+class TAO_SYNCH_RECURSIVE_MUTEX;
// Adapter for cleanup, used to register cleanup function with the
// ACE_Object_Manager.
@@ -180,7 +180,7 @@ private:
#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
/// Lock that is used to guard internal structures.
- ACE_Recursive_Thread_Mutex *internal_lock_;
+ TAO_SYNCH_RECURSIVE_MUTEX *internal_lock_;
#endif /* ACE_MT_SAFE */
};