summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/RequestProcessingStrategyServantActivatorFI.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-26 07:45:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-26 07:45:11 +0000
commit8e3452999df07e8131760cc86e6a3eb5d46866b6 (patch)
tree56c3bb0ab03b1c6c5edcf6dd310b779b03847e9d /TAO/tao/PortableServer/RequestProcessingStrategyServantActivatorFI.cpp
parent75c3761bdb0cae01f7861f293e83f8caa260fbec (diff)
downloadATCD-8e3452999df07e8131760cc86e6a3eb5d46866b6.tar.gz
ChangeLogTag: Tue Jul 26 07:32:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/RequestProcessingStrategyServantActivatorFI.cpp')
-rw-r--r--TAO/tao/PortableServer/RequestProcessingStrategyServantActivatorFI.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingStrategyServantActivatorFI.cpp b/TAO/tao/PortableServer/RequestProcessingStrategyServantActivatorFI.cpp
index 3f7a3bd349e..766fb256043 100644
--- a/TAO/tao/PortableServer/RequestProcessingStrategyServantActivatorFI.cpp
+++ b/TAO/tao/PortableServer/RequestProcessingStrategyServantActivatorFI.cpp
@@ -72,17 +72,7 @@ namespace TAO
0
)
- ACE_FACTORY_DEFINE (TAO_PortableServer, RequestProcessingStrategyServantActivatorFactoryImpl)
-
- #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
- template class ACE_Dynamic_Service<RequestProcessingStrategyServantActivatorFactoryImpl>;
-
- #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
- #pragma instantiate ACE_Dynamic_Service<RequestProcessingStrategyServantActivatorFactoryImpl>
-
- #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
+ ACE_FACTORY_DEFINE (ACE_Local_Service, RequestProcessingStrategyServantActivatorFactoryImpl)
}
}