summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp')
-rw-r--r--TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp44
1 files changed, 0 insertions, 44 deletions
diff --git a/TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp b/TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp
deleted file mode 100644
index d7775832e2c..00000000000
--- a/TAO/tao/PortableServer/IdAssignmentStrategySystem.cpp
+++ /dev/null
@@ -1,44 +0,0 @@
-// $Id$
-
-#include "tao/PortableServer/IdAssignmentStrategySystem.h"
-
-ACE_RCSID (PortableServer,
- Id_Assignment_Strategy,
- "$Id$")
-
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-namespace TAO
-{
- namespace Portable_Server
- {
- char
- IdAssignmentStrategySystem::id_assignment_key_type (void) const
- {
- return 'S';
- }
-
- bool
- IdAssignmentStrategySystem::has_system_id (void) const
- {
- return true;
- }
- }
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL
-
-ACE_FACTORY_NAMESPACE_DEFINE (
- ACE_Local_Service,
- IdAssignmentStrategySystem,
- TAO::Portable_Server::IdAssignmentStrategySystem)
-
-ACE_STATIC_SVC_DEFINE (
- IdAssignmentStrategySystem,
- ACE_TEXT ("IdAssignmentStrategySystem"),
- ACE_SVC_OBJ_T,
- &ACE_SVC_NAME (IdAssignmentStrategySystem),
- ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ,
- 0)
-