summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-16 21:19:04 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-16 21:19:04 +0000
commit2d636932d6174381da1cd45ca46efb276e9279f1 (patch)
tree7c25d50bfe2d0986304d86561d69a4f1c1757f13 /TAO/orbsvcs/orbsvcs/Notify
parent2ee1c951c4e93b3a76a1be3c74dd007a06723a82 (diff)
downloadATCD-2d636932d6174381da1cd45ca46efb276e9279f1.tar.gz
ChangeLogTag: Fri Sep 17 00:11:18 2004 Olli Savia <ops@iki.fi>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Properties.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Properties.cpp b/TAO/orbsvcs/orbsvcs/Notify/Properties.cpp
index f9f7f9d567f..4ce068a7a2b 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Properties.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Properties.cpp
@@ -42,4 +42,8 @@ template class TAO_Singleton<TAO_Notify_Properties, TAO_SYNCH_MUTEX>;
#pragma instantiate TAO_Singleton<TAO_Notify_Properties, TAO_SYNCH_MUTEX>
+#elif defined (ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION)
+
+template class TAO_Singleton<TAO_Notify_Properties, ACE_Thread_Mutex> *TAO_Singleton<TAO_Notify_Properties, ACE_Thread_Mutex>::singleton_;
+
#endif /*ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */