summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-03 22:52:15 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-03 22:52:15 +0000
commita127c4538b846fbadc227c064a710e156c40d469 (patch)
treec1652039a6de6f487b17d5c0eb3402095466acbc
parent1ae71806bca68fc0c20640bf96a241d14487382e (diff)
downloadATCD-a127c4538b846fbadc227c064a710e156c40d469.tar.gz
ChangeLogTag: Fri Nov 3 16:49:01 2000 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/TAO_IDL/ast/ast_structure.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_structure.cpp b/TAO/TAO_IDL/ast/ast_structure.cpp
index 7b90ebc2b7e..dacaa2d48be 100644
--- a/TAO/TAO_IDL/ast/ast_structure.cpp
+++ b/TAO/TAO_IDL/ast/ast_structure.cpp
@@ -546,16 +546,16 @@ IMPL_NARROW_METHODS2(AST_Structure, AST_ConcreteType, UTL_Scope)
IMPL_NARROW_FROM_DECL(AST_Structure)
IMPL_NARROW_FROM_SCOPE(AST_Structure)
-// ACE_node<AST_Decl *> is already in AST_Module.cpp.
-
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Node<AST_Field *>;
template class ACE_Unbounded_Queue<AST_Field *>;
+template class ACE_Unbounded_Queue_Iterator<AST_Field *>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate ACE_Node<AST_Decl *>
#pragma instantiate ACE_Unbounded_Queue<AST_Decl *>
+#pragma instantiate ACE_Unbounded_Queue_Iterator<AST_Decl *>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */