diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-13 14:59:36 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-13 14:59:36 +0000 |
commit | d510bf311e58b0eb634bdba003c7f90cc4e7794f (patch) | |
tree | d1b4bd0bc332b79d9475ba6b9b6ef459775544d4 /ace/Priority_Reactor.cpp | |
parent | 5ef67165ab2ff96a970736c2163e8affa884042a (diff) | |
download | ATCD-d510bf311e58b0eb634bdba003c7f90cc4e7794f.tar.gz |
ChangeLogTag:Mon Oct 13 09:58:11 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Priority_Reactor.cpp')
-rw-r--r-- | ace/Priority_Reactor.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Priority_Reactor.cpp b/ace/Priority_Reactor.cpp index 56df33284e2..281442b4fa8 100644 --- a/ace/Priority_Reactor.cpp +++ b/ace/Priority_Reactor.cpp @@ -176,13 +176,17 @@ ACE_Priority_Reactor::dump (void) const #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class ACE_Unbounded_Queue<ACE_Event_Tuple>; template class ACE_Unbounded_Queue_Iterator<ACE_Event_Tuple>; +template class ACE_Node<ACE_Event_Tuple>; template class ACE_Cached_Allocator<ACE_Node<ACE_Event_Tuple>, ACE_SYNCH_NULL_MUTEX>; template class ACE_Locked_Free_List<ACE_Cached_Mem_Pool_Node<ACE_Node<ACE_Event_Tuple> >,ACE_SYNCH_NULL_MUTEX>; template class ACE_Free_List<ACE_Cached_Mem_Pool_Node<ACE_Node<ACE_Event_Tuple> > >; +template class ACE_Cached_Mem_Pool_Node<ACE_Node<ACE_Event_Tuple> >; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate ACE_Unbounded_Queue<ACE_Event_Tuple> #pragma instantiate ACE_Unbounded_Queue_Iterator<ACE_Event_Tuple> +#pragma instantiate ACE_Node<ACE_Event_Tuple> #pragma instantiate ACE_Cached_Allocator<ACE_Node<ACE_Event_Tuple>, ACE_SYNCH_NULL_MUTEX> #pragma instantiate ACE_Locked_Free_List<ACE_Cached_Mem_Pool_Node<ACE_Node<ACE_Event_Tuple> >,ACE_SYNCH_NULL_MUTEX> #pragma instantiate ACE_Free_List<ACE_Cached_Mem_Pool_Node<ACE_Node<ACE_Event_Tuple> > > +#pragma instantiate ACE_Cached_Mem_Pool_Node<ACE_Node<ACE_Event_Tuple> > #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |