diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-07 01:36:10 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-07 01:36:10 +0000 |
commit | 8a90cdcfe8d8e33c83baa847cbd8c36f56561218 (patch) | |
tree | 6acd1f92911b3db8e1af16e1d90feab8264ca378 /ace/Synch.h | |
parent | b95459d6b93c3474ffd643675ef32726fdc12a64 (diff) | |
download | ATCD-8a90cdcfe8d8e33c83baa847cbd8c36f56561218.tar.gz |
ChangeLogTag:Sun Jun 6 20:34:40 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r-- | ace/Synch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Synch.h b/ace/Synch.h index a15155352d1..d3d42b7f7af 100644 --- a/ace/Synch.h +++ b/ace/Synch.h @@ -1564,6 +1564,7 @@ public: template <class ACE_LOCK> class ACE_Guard; +ACE_TEMPLATE_SPECIALIZATION class ACE_Export ACE_Guard<ACE_Null_Mutex> { // = TITLE @@ -1597,6 +1598,7 @@ private: template <class ACE_LOCK> class ACE_Write_Guard; +ACE_TEMPLATE_SPECIALIZATION class ACE_Export ACE_Write_Guard<ACE_Null_Mutex> : public ACE_Guard<ACE_Null_Mutex> { // = TITLE @@ -1616,6 +1618,7 @@ public: template <class ACE_LOCK> class ACE_Read_Guard; +ACE_TEMPLATE_SPECIALIZATION class ACE_Export ACE_Read_Guard<ACE_Null_Mutex> : public ACE_Guard<ACE_Null_Mutex> { // = TITLE |