summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-27 12:04:11 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-27 12:04:11 +0000
commit98f6da7a56b52044e2812428284e6ae70862e86b (patch)
tree63db08fecfcf1885b7ae6bdf86ac7a2b7387eb84 /TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp
parent98e23e61b17a179a6a310de0fec34767aa26ae49 (diff)
downloadATCD-98f6da7a56b52044e2812428284e6ae70862e86b.tar.gz
ChangeLogTag:Sun Nov 27 04:00:27 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp')
-rw-r--r--TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp26
1 files changed, 11 insertions, 15 deletions
diff --git a/TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp b/TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp
index 79e182a5115..9a96d3263fd 100644
--- a/TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp
+++ b/TAO/tao/PortableServer/IdUniquenessStrategyUniqueFactoryImpl.cpp
@@ -53,20 +53,16 @@ namespace TAO
TAO_END_VERSIONED_NAMESPACE_DECL
-namespace TAO
-{
- namespace Portable_Server
- {
- ACE_STATIC_SVC_DEFINE (
- IdUniquenessStrategyUniqueFactoryImpl,
- ACE_TEXT ("IdUniquenessStrategyUniqueFactory"),
- ACE_SVC_OBJ_T,
- &ACE_SVC_NAME (IdUniquenessStrategyUniqueFactoryImpl),
- ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ,
- 0
- )
+ACE_STATIC_SVC_DEFINE (
+ IdUniquenessStrategyUniqueFactoryImpl,
+ ACE_TEXT ("IdUniquenessStrategyUniqueFactory"),
+ ACE_SVC_OBJ_T,
+ &ACE_SVC_NAME (IdUniquenessStrategyUniqueFactoryImpl),
+ ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ,
+ 0)
- ACE_FACTORY_DEFINE (ACE_Local_Service, IdUniquenessStrategyUniqueFactoryImpl)
- }
-}
+ACE_FACTORY_NAMESPACE_DEFINE (
+ ACE_Local_Service,
+ IdUniquenessStrategyUniqueFactoryImpl,
+ TAO::Portable_Server::IdUniquenessStrategyUniqueFactoryImpl)