summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/MIF_Scheduler/test.cpp
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-20 16:13:04 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-20 16:13:04 +0000
commit41e7f8d08db617cfc7f23a6f8064554a4698c933 (patch)
tree52828dbb47125ab028e046568e39c1307b45872d /TAO/examples/RTScheduling/MIF_Scheduler/test.cpp
parent922dc13c476cb0ea99dba262af18244d92bf6fc4 (diff)
downloadATCD-41e7f8d08db617cfc7f23a6f8064554a4698c933.tar.gz
ChangeLogTag: Wed Oct 20 19:03:01 2004 Olli Savia <ops@iki.fi>
Diffstat (limited to 'TAO/examples/RTScheduling/MIF_Scheduler/test.cpp')
-rw-r--r--TAO/examples/RTScheduling/MIF_Scheduler/test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/examples/RTScheduling/MIF_Scheduler/test.cpp b/TAO/examples/RTScheduling/MIF_Scheduler/test.cpp
index c8ca9947be4..a3ea1235e52 100644
--- a/TAO/examples/RTScheduling/MIF_Scheduler/test.cpp
+++ b/TAO/examples/RTScheduling/MIF_Scheduler/test.cpp
@@ -188,4 +188,8 @@ template class ACE_Singleton<DT_Test, TAO_SYNCH_MUTEX>;
#pragma instantiate ACE_Singleton<DT_Test, TAO_SYNCH_MUTEX>
+#elif defined (ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION)
+
+template ACE_Singleton<DT_Test, ACE_Thread_Mutex> *ACE_Singleton<DT_Test, ACE_Thread_Mutex>::singleton_;
+
#endif /*ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */