summaryrefslogtreecommitdiff
path: root/TAO/tao/Collocation_Resolver.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-12 10:08:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-12 10:08:02 +0000
commitc9cdf167bd2c6cd83bbfc0c4d48478acd83acd70 (patch)
tree83a73a86dc03e3abd9ba197f95e6a9a6385d192e /TAO/tao/Collocation_Resolver.cpp
parent903fa99311879cae17c7a5165b78b9facc8ac212 (diff)
downloadATCD-c9cdf167bd2c6cd83bbfc0c4d48478acd83acd70.tar.gz
ChangeLogTag: Tue Jul 12 10:05:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Collocation_Resolver.cpp')
-rw-r--r--TAO/tao/Collocation_Resolver.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tao/Collocation_Resolver.cpp b/TAO/tao/Collocation_Resolver.cpp
index 3a4c9284555..1f752fccc89 100644
--- a/TAO/tao/Collocation_Resolver.cpp
+++ b/TAO/tao/Collocation_Resolver.cpp
@@ -11,12 +11,3 @@ TAO_Collocation_Resolver::~TAO_Collocation_Resolver (void)
{
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-template class ACE_Dynamic_Service<TAO_Collocation_Resolver>;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-#pragma instantiate ACE_Dynamic_Service<TAO_Collocation_Resolver>
-
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */