summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-02 13:17:59 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-02 13:17:59 +0000
commited8e2162eb24efbbc1ab4066fd3ad9d4fbab76fc (patch)
tree5ae316e05c0511d67cfb73a2f7785a27056c35a8
parent01b1f388006452e1a930b73d75c177d13fa9c687 (diff)
downloadATCD-ed8e2162eb24efbbc1ab4066fd3ad9d4fbab76fc.tar.gz
removed ACE_Unbounded_Queue<char *> explicit instantiations, because
they're in ace/ARGV.cpp
-rw-r--r--TAO/tao/Context.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/Context.cpp b/TAO/tao/Context.cpp
index a0eb6176a43..412360dd569 100644
--- a/TAO/tao/Context.cpp
+++ b/TAO/tao/Context.cpp
@@ -167,17 +167,3 @@ CORBA_ContextList::_destroy (void)
if (current == 0)
delete this;
}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-template class ACE_Node<char *>;
-template class ACE_Unbounded_Queue<char *>;
-template class ACE_Unbounded_Queue_Iterator<char *>;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-#pragma instantiate ACE_Node<char *>
-#pragma instantiate ACE_Unbounded_Queue<char *>
-#pragma instantiate ACE_Unbounded_Queue_Iterator<char *>
-
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */