summaryrefslogtreecommitdiff
path: root/TAO/tao/ORBInitializer_Registry.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-13 11:33:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-13 11:33:55 +0000
commit056c53ba0fa4ebef61fcf61c00b28283e555db2d (patch)
tree54bdc69033bdc1acef5691d47306cf10d3df3224 /TAO/tao/ORBInitializer_Registry.cpp
parentc9de528a26950e6bc7f582a2e13ba2279e548903 (diff)
downloadATCD-056c53ba0fa4ebef61fcf61c00b28283e555db2d.tar.gz
ChangeLogTag: Sun Jun 13 11:33:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORBInitializer_Registry.cpp')
-rw-r--r--TAO/tao/ORBInitializer_Registry.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/ORBInitializer_Registry.cpp b/TAO/tao/ORBInitializer_Registry.cpp
index d371d98084e..55ee065b5eb 100644
--- a/TAO/tao/ORBInitializer_Registry.cpp
+++ b/TAO/tao/ORBInitializer_Registry.cpp
@@ -123,7 +123,8 @@ template class ACE_Array_Base<PortableInterceptor::ORBInitializer_var>;
#pragma instantiate TAO_Singleton<TAO_ORBInitializer_Registry, TAO_SYNCH_MUTEX>
#pragma instantiate ACE_Array_Base<PortableInterceptor::ORBInitializer_var>
-#elif defined (__GNUC__) && (defined (_AIX) || defined (__hpux) || defined (VXWORKS))
+#elif defined (ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION)
+
template TAO_Singleton<TAO_ORBInitializer_Registry, TAO_SYNCH_MUTEX> * TAO_Singleton<TAO_ORBInitializer_Registry, TAO_SYNCH_MUTEX>::singleton_;
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */