summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Forwarding/Servant_Locator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile_Forwarding/Servant_Locator.h')
-rw-r--r--TAO/tests/MProfile_Forwarding/Servant_Locator.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tests/MProfile_Forwarding/Servant_Locator.h b/TAO/tests/MProfile_Forwarding/Servant_Locator.h
index 8c717896577..112a61c7432 100644
--- a/TAO/tests/MProfile_Forwarding/Servant_Locator.h
+++ b/TAO/tests/MProfile_Forwarding/Servant_Locator.h
@@ -39,9 +39,7 @@ public:
virtual PortableServer::Servant preinvoke (const PortableServer::ObjectId &oid,
PortableServer::POA_ptr adapter,
const char *operation,
- PortableServer::ServantLocator::Cookie &the_cookie)
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableServer::ForwardRequest));
+ PortableServer::ServantLocator::Cookie &the_cookie);
// This method is invoked by a POA whenever it receives a request
// for MyFoo object that is not currently active.
@@ -49,8 +47,7 @@ public:
PortableServer::POA_ptr adapter,
const char *operation,
PortableServer::ServantLocator::Cookie the_cookie,
- PortableServer::Servant the_servant)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ PortableServer::Servant the_servant);
// This method is invoked whenever a MyFooServant completes a
// request.