summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.cpp')
-rw-r--r--TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.cpp15
1 files changed, 1 insertions, 14 deletions
diff --git a/TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.cpp b/TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.cpp
index 9a77833ffe3..6d90a05f023 100644
--- a/TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.cpp
+++ b/TAO/tao/PortableServer/RequestProcessingStrategyAOMOnly.cpp
@@ -12,12 +12,7 @@ namespace TAO
{
namespace Portable_Server
{
- RequestProcessingStrategyAOMOnly::RequestProcessingStrategyAOMOnly()
- {
- }
-
#if (TAO_HAS_MINIMUM_POA == 0) && !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO)
-
PortableServer::ServantManager_ptr
RequestProcessingStrategyAOMOnly::get_servant_manager ()
{
@@ -43,10 +38,9 @@ namespace TAO
{
throw PortableServer::POA::WrongPolicy ();
}
-
#endif /* TAO_HAS_MINIMUM_POA == 0 !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO) */
- TAO_SERVANT_LOCATION
+ TAO_Servant_Location
RequestProcessingStrategyAOMOnly::locate_servant (
const PortableServer::ObjectId & system_id,
PortableServer::Servant & servant)
@@ -141,13 +135,6 @@ namespace TAO
const TAO::Portable_Server::Servant_Upcall &/*servant_upcall*/)
{
}
-
- ::PortableServer::RequestProcessingPolicyValue
- RequestProcessingStrategyAOMOnly::type() const
- {
- return ::PortableServer::USE_ACTIVE_OBJECT_MAP_ONLY;
- }
-
}
}