summaryrefslogtreecommitdiff
path: root/TAO/tao/ORBInitializer_Registry.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-04-15 18:33:43 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-04-15 18:33:43 +0000
commit187d163247ac91b72452ee2920ded600f9927844 (patch)
treeb66d368c5530a8fc76848489dba1aa09affbb3ad /TAO/tao/ORBInitializer_Registry.h
parente5634806d01e1e752840930177dfa8bad46d7c78 (diff)
downloadATCD-187d163247ac91b72452ee2920ded600f9927844.tar.gz
ChangeLogTag:Mon Apr 15 11:30:50 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/ORBInitializer_Registry.h')
-rw-r--r--TAO/tao/ORBInitializer_Registry.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tao/ORBInitializer_Registry.h b/TAO/tao/ORBInitializer_Registry.h
index 8badb87e55e..82ec0bb2384 100644
--- a/TAO/tao/ORBInitializer_Registry.h
+++ b/TAO/tao/ORBInitializer_Registry.h
@@ -88,6 +88,21 @@ private:
# include "tao/ORBInitializer_Registry.inl"
#endif /* __ACE_INLINE__ */
+#if defined (_MSC_VER)
+// Disable "nonstandard extension used : 'extern' before template
+// explicit instantiation" warning.
+#pragma warning(disable:4231)
+#endif /* _MSC_VER */
+
+TAO_SINGLETON_DECLARE (TAO_Singleton,
+ TAO_ORBInitializer_Registry,
+ TAO_SYNCH_MUTEX)
+
+#if defined (_MSC_VER)
+// Re-enable the warning.
+#pragma warning(default:4231)
+#endif /* _MSC_VER */
+
#include "ace/post.h"
#endif /* TAO_ORB_INITIALIZER_REGISTRY_H */