diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-06-20 20:35:42 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-06-20 20:35:42 +0000 |
commit | d6ff2bb940a8dd46fa118f68a058353772fe0897 (patch) | |
tree | 70e5ae91ee890726bfc225eae2597f0613e85b6f /ace/Synch.h | |
parent | 82b9934b6a932ce837b1c1995b481fd2c370db3d (diff) | |
download | ATCD-d6ff2bb940a8dd46fa118f68a058353772fe0897.tar.gz |
ChangeLogTag:Thu Jun 20 14:32:03 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r-- | ace/Synch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Synch.h b/ace/Synch.h index 681c2a9443b..77df5983d43 100644 --- a/ace/Synch.h +++ b/ace/Synch.h @@ -1805,6 +1805,7 @@ private: #endif /* ACE_HAS_RECURSIVE_MUTEXES */ }; +#if defined (ACE_HAS_THREADS) template <class ACE_LOCK> class ACE_Condition; @@ -1880,6 +1881,7 @@ public: ACE_Condition_Recursive_Thread_Mutex (ACE_Recursive_Thread_Mutex &m): ACE_Condition<ACE_Recursive_Thread_Mutex> (m) {} }; +#endif /* ACE_HAS_THREADS */ #if defined (ACE_LEGACY_MODE) # include "ace/File_Lock.h" |