summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-17 21:06:43 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-17 21:06:43 +0000
commit1753f4ea15c253b87c2e6e1d73dec1a502fae341 (patch)
treec0d57f0a31f059e9c80458f3cf774015e31972b2 /TAO/orbsvcs/orbsvcs/Log
parent8dfb847eede3595a31141654cf006a27901f1605 (diff)
downloadATCD-1753f4ea15c253b87c2e6e1d73dec1a502fae341.tar.gz
ChangeLogTag: Thu Oct 17 21:04:49 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/Log_i.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/Log_i.cpp b/TAO/orbsvcs/orbsvcs/Log/Log_i.cpp
index bc285fab029..e1f66d941c5 100644
--- a/TAO/orbsvcs/orbsvcs/Log/Log_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/Log_i.cpp
@@ -1364,3 +1364,10 @@ Log_i::reset_capacity_alarm_threshold (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
++this->current_threshold_;
}
}
+
+#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+template class TAO_Unbounded_Sequence<DsLogAdmin::TimeInterval>;
+#elif defined(ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+#pragma instantiate TAO_Unbounded_Sequence<DsLogAdmin::TimeInterval>
+#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
+