summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Forwarding/Servant_Activator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Forwarding/Servant_Activator.h')
-rw-r--r--TAO/examples/POA/Forwarding/Servant_Activator.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/examples/POA/Forwarding/Servant_Activator.h b/TAO/examples/POA/Forwarding/Servant_Activator.h
index eda11fdaefc..081a137a852 100644
--- a/TAO/examples/POA/Forwarding/Servant_Activator.h
+++ b/TAO/examples/POA/Forwarding/Servant_Activator.h
@@ -39,16 +39,13 @@ public:
CORBA::Object_ptr forward_to);
virtual PortableServer::Servant incarnate (const PortableServer::ObjectId & oid,
- PortableServer::POA_ptr adapter)
- ACE_THROW_SPEC ((CORBA::SystemException,
- PortableServer::ForwardRequest));
+ PortableServer::POA_ptr adapter);
virtual void etherealize (const PortableServer::ObjectId & oid,
PortableServer::POA_ptr adapter,
PortableServer::Servant serv,
CORBA::Boolean cleanup_in_progress,
- CORBA::Boolean remaining_activations)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ CORBA::Boolean remaining_activations);
void forward_requests (void);
// Object should be forwarded from now on.