summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp')
-rw-r--r--TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp b/TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp
index 034c49d82aa..7b20091b85f 100644
--- a/TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp
+++ b/TAO/examples/POA/On_Demand_Activation/Servant_Activator.cpp
@@ -33,8 +33,6 @@ ServantActivator::ServantActivator (CORBA::ORB_ptr orb)
PortableServer::Servant
ServantActivator::incarnate (const PortableServer::ObjectId &oid,
PortableServer::POA_ptr poa)
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableServer::ForwardRequest))
{
// Convert ObjectId to String.
@@ -58,7 +56,6 @@ ServantActivator::etherealize (const PortableServer::ObjectId &,
PortableServer::Servant servant,
CORBA::Boolean ,
CORBA::Boolean remaining_activations)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// If there are no remaining activations i.e ObjectIds associated
// with test_i delete it.