summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ThreadStrategyORBControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ThreadStrategyORBControl.cpp')
-rw-r--r--TAO/tao/PortableServer/ThreadStrategyORBControl.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tao/PortableServer/ThreadStrategyORBControl.cpp b/TAO/tao/PortableServer/ThreadStrategyORBControl.cpp
index aa99de625fe..bdd833456cd 100644
--- a/TAO/tao/PortableServer/ThreadStrategyORBControl.cpp
+++ b/TAO/tao/PortableServer/ThreadStrategyORBControl.cpp
@@ -19,25 +19,7 @@ namespace TAO
{
return 0;
}
-
- ::PortableServer::ThreadPolicyValue
- ThreadStrategyORBControl::type () const
- {
- return ::PortableServer::ORB_CTRL_MODEL;
- }
}
}
-ACE_FACTORY_NAMESPACE_DEFINE (
- ACE_Local_Service,
- ThreadStrategyORBControl,
- TAO::Portable_Server::ThreadStrategyORBControl)
-
-ACE_STATIC_SVC_DEFINE (
- ThreadStrategyORBControl,
- ACE_TEXT ("ThreadStrategyORBControl"),
- ACE_SVC_OBJ_T,
- &ACE_SVC_NAME (ThreadStrategyORBControl),
- ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ,
- 0)
TAO_END_VERSIONED_NAMESPACE_DECL