summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/StrategyFactory.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-11 13:43:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-11 13:43:35 +0000
commit21b1845e857f8ead9b2b8f5bb3471992e6cbb38f (patch)
tree81a961884b70f83f7aa20887d0f8321c0b6628ed /TAO/tao/PortableServer/StrategyFactory.cpp
parentab42b17df1ac1d3833727f935b9450a2e7067bb3 (diff)
downloadATCD-21b1845e857f8ead9b2b8f5bb3471992e6cbb38f.tar.gz
ChangeLogTag: Mon Jul 11 08:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/StrategyFactory.cpp')
-rw-r--r--TAO/tao/PortableServer/StrategyFactory.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tao/PortableServer/StrategyFactory.cpp b/TAO/tao/PortableServer/StrategyFactory.cpp
index 3f1fd83a956..98331b770b4 100644
--- a/TAO/tao/PortableServer/StrategyFactory.cpp
+++ b/TAO/tao/PortableServer/StrategyFactory.cpp
@@ -14,16 +14,5 @@ namespace TAO
StrategyFactory::~StrategyFactory (void)
{
}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-template class ACE_Dynamic_Service<StrategyFactory>;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-#pragma instantiate ACE_Dynamic_Service<StrategyFactory>
-
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
} /* namespace Portable_Server */
} /* namespace TAO */