summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdAssignmentStrategySystem.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/IdAssignmentStrategySystem.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/IdAssignmentStrategySystem.cpp')
-rw-r--r--TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp b/TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp
index 5c064e75d7b..fbdbaed75c4 100644
--- a/TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp
+++ b/TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp
@@ -22,7 +22,7 @@ namespace TAO
return true;
}
- ACE_FACTORY_DEFINE (TAO_PortableServer, IdAssignmentStrategySystem)
+ ACE_FACTORY_DEFINE (ACE_Local_Service, IdAssignmentStrategySystem)
ACE_STATIC_SVC_DEFINE (
IdAssignmentStrategySystem,
@@ -32,12 +32,6 @@ namespace TAO
ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ,
0
)
-
- #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
- template class ACE_Dynamic_Service<IdAssignmentStrategySystem>;
- #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
- #pragma instantiate ACE_Dynamic_Service<IdAssignmentStrategySystem>
- #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
}
}