summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-27 18:05:09 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-27 18:05:09 +0000
commit204782848ca9f2d4feca7dff4a1032563ce48b41 (patch)
treebf95a2ae7e0942c75c15d5a90b4066d655bf596e /TAO
parent5ef18941aac01fb7d6a3ed62d44fc2da344b1a1e (diff)
downloadATCD-204782848ca9f2d4feca7dff4a1032563ce48b41.tar.gz
ChangeLogTag: Sun Jan 27 12:02:37 2002 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.cpp2
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 864a2cfc375..cdef694baf4 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Sun Jan 27 12:02:37 2002 Frank Hunleth <fhunleth@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.cpp:
+ Added missing explicit template instantiation.
+
Sun Jan 27 15:04:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* Makefile.bor:
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.cpp
index 4f30afe0b09..ff6909d98a8 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.cpp
@@ -191,10 +191,12 @@ TAO_PortableGroup_Acceptor_Registry::find (const TAO_Profile* profile,
template class ACE_Unbounded_Queue<TAO_PortableGroup_Acceptor_Registry::Entry>;
template class ACE_Unbounded_Queue_Iterator<TAO_PortableGroup_Acceptor_Registry::Entry>;
+template class ACE_Node<TAO_PortableGroup_Acceptor_Registry::Entry>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate ACE_Unbounded_Queue<TAO_PortableGroup_Acceptor_Registry::Entry>
#pragma instantiate ACE_Unbounded_Queue_Iterator<TAO_PortableGroup_Acceptor_Registry::Entry>
+#pragma instantiate ACE_Node<TAO_PortableGroup_Acceptor_Registry::Entry>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */