diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-27 12:04:11 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-27 12:04:11 +0000 |
commit | 98f6da7a56b52044e2812428284e6ae70862e86b (patch) | |
tree | 63db08fecfcf1885b7ae6bdf86ac7a2b7387eb84 /TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.cpp | |
parent | 98e23e61b17a179a6a310de0fec34767aa26ae49 (diff) | |
download | ATCD-98f6da7a56b52044e2812428284e6ae70862e86b.tar.gz |
ChangeLogTag:Sun Nov 27 04:00:27 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.cpp')
-rw-r--r-- | TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.cpp | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.cpp b/TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.cpp index cc551ea7c34..7c0994d6316 100644 --- a/TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.cpp +++ b/TAO/tao/PortableServer/ServantRetentionStrategyFactoryImpl.cpp @@ -82,20 +82,15 @@ namespace TAO TAO_END_VERSIONED_NAMESPACE_DECL -namespace TAO -{ - namespace Portable_Server - { - ACE_STATIC_SVC_DEFINE ( - ServantRetentionStrategyFactoryImpl, - ACE_TEXT ("ServantRetentionStrategyFactory"), - ACE_SVC_OBJ_T, - &ACE_SVC_NAME (ServantRetentionStrategyFactoryImpl), - ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ, - 0 - ) - - ACE_FACTORY_DEFINE (ACE_Local_Service, ServantRetentionStrategyFactoryImpl) - } -} - +ACE_STATIC_SVC_DEFINE ( + ServantRetentionStrategyFactoryImpl, + ACE_TEXT ("ServantRetentionStrategyFactory"), + ACE_SVC_OBJ_T, + &ACE_SVC_NAME (ServantRetentionStrategyFactoryImpl), + ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ, + 0) + +ACE_FACTORY_NAMESPACE_DEFINE ( + ACE_Local_Service, + ServantRetentionStrategyFactoryImpl, + TAO::Portable_Server::ServantRetentionStrategyFactoryImpl) |