summaryrefslogtreecommitdiff
path: root/examples/APG/Naming/Graphable_Element.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Naming/Graphable_Element.cpp')
-rw-r--r--examples/APG/Naming/Graphable_Element.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/APG/Naming/Graphable_Element.cpp b/examples/APG/Naming/Graphable_Element.cpp
deleted file mode 100644
index 6b5d6c755e6..00000000000
--- a/examples/APG/Naming/Graphable_Element.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-// $Id$
-
-#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 */