summaryrefslogtreecommitdiff
path: root/ace/Thread_Mutex.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-04 04:33:44 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-04 04:33:44 +0000
commit55a864da48fd0863f2062bc76b88d3fa57077bbf (patch)
treeed58e5eac5504fdd5ff81b54bf607fe559c0a941 /ace/Thread_Mutex.h
parent937a0506cb1c0980eab5bcfdf266139e1c93e80c (diff)
downloadATCD-55a864da48fd0863f2062bc76b88d3fa57077bbf.tar.gz
ChangeLogTag:Mon Aug 4 04:28:59 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/Thread_Mutex.h')
-rw-r--r--ace/Thread_Mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Thread_Mutex.h b/ace/Thread_Mutex.h
index 774a1bcb318..dc6c1b52788 100644
--- a/ace/Thread_Mutex.h
+++ b/ace/Thread_Mutex.h
@@ -23,7 +23,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#if !defined (ACE_HAS_THREADS)
-# include "ace/Null_Thread.h"
+# include "ace/Null_Mutex.h"
#else /* ACE_HAS_THREAD */
// ACE platform supports some form of threading.