summaryrefslogtreecommitdiff
path: root/ace/Logging_Strategy.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-23 22:52:12 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-23 22:52:12 +0000
commit4b22dd68be809e04f2ec6fa21599663e3dac2bf6 (patch)
tree6959fb80568907f75327096ca9b49bb37bc4f9ed /ace/Logging_Strategy.cpp
parent265a4a5f953152732541d55789aa7805ec94c18d (diff)
downloadATCD-4b22dd68be809e04f2ec6fa21599663e3dac2bf6.tar.gz
ChangeLogTag:Sun Dec 23 12:25:55 2001 Don Hinton <dhinton@gmx.net>
Diffstat (limited to 'ace/Logging_Strategy.cpp')
-rw-r--r--ace/Logging_Strategy.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Logging_Strategy.cpp b/ace/Logging_Strategy.cpp
index fa9c2626f33..c48b35606ea 100644
--- a/ace/Logging_Strategy.cpp
+++ b/ace/Logging_Strategy.cpp
@@ -492,3 +492,9 @@ ACE_Logging_Strategy::log_msg (ACE_Log_Msg *log_msg)
// Logging_Strategy.
ACE_FACTORY_DEFINE (ACE, ACE_Logging_Strategy)
+
+#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+template class ACE_Array_Base<ACE_Get_Opt::ACE_Get_Opt_Long_Option *>;
+#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+#pragma instantiate ACE_Array_Base<ACE_Get_Opt::ACE_Get_Opt_Long_Option *>
+#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */