Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 21280410b6ea906d791d7a12afae2579 > files > 533

libace5-doc-5.4-2mdk.i586.rpm

// Graphable_Element.cpp,v 1.1 2004/01/01 21:01:00 shuston Exp

#include "Graphable_Element.h"

#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class _List_base<Graphable_Element, allocator<Graphable_Element> >;
template void list<Graphable_Element, allocator<Graphable_Element> >::sort(void);
template void list<Graphable_Element, allocator<Graphable_Element> >::merge(list<Graphable_Element, allocator<Graphable_Element> > &);
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
pragma instantiate _List_base<Graphable_Element, allocator<Graphable_Element> >;
pragma instantiate list<Graphable_Element, allocator<Graphable_Element> >::sort(void);
pragma instantiate list<Graphable_Element, allocator<Graphable_Element> >::merge(list<Graphable_Element, allocator<Graphable_Element> > &);
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */