summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp')
-rw-r--r--TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp b/TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp
index 2511134c251..810a842ef5a 100644
--- a/TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp
+++ b/TAO/examples/POA/On_Demand_Activation/Servant_Locator.cpp
@@ -35,8 +35,6 @@ MyFooServantLocator::preinvoke (const PortableServer::ObjectId &oid,
const char * /* operation */,
PortableServer::ServantLocator::Cookie &cookie
TAO_ENV_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableServer::ForwardRequest))
{
TAO_ENV_ARG_DEFN;
@@ -75,7 +73,6 @@ MyFooServantLocator::postinvoke (const PortableServer::ObjectId & /* oid */,
PortableServer::ServantLocator::Cookie cookie,
PortableServer::Servant servant
TAO_ENV_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// Check the passed servant with the cookie.