summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h3
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