summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Swapping_Servant_Home_Impl_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/Swapping_Servant_Home_Impl_T.h')
-rw-r--r--CIAO/ciao/Swapping_Servant_Home_Impl_T.h20
1 files changed, 5 insertions, 15 deletions
diff --git a/CIAO/ciao/Swapping_Servant_Home_Impl_T.h b/CIAO/ciao/Swapping_Servant_Home_Impl_T.h
index db85bbce784..7fd6bb4a33c 100644
--- a/CIAO/ciao/Swapping_Servant_Home_Impl_T.h
+++ b/CIAO/ciao/Swapping_Servant_Home_Impl_T.h
@@ -59,23 +59,15 @@ namespace CIAO
// Operations for CCMHome interface.
virtual void
- remove_component (Components::CCMObject_ptr comp)
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::RemoveFailure));
+ remove_component (Components::CCMObject_ptr comp);
// Operations for keyless home interface.
- virtual ::Components::CCMObject_ptr
- create_component ()
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::CreateFailure));
+ virtual ::Components::CCMObject_ptr create_component ();
// Operations for implicit home interface.
- virtual typename COMP_SVNT::_stub_ptr_type
- create ()
- ACE_THROW_SPEC ((CORBA::SystemException,
- Components::CreateFailure));
+ virtual typename COMP_SVNT::_stub_ptr_type create ();
virtual void
update_component_map (PortableServer::ObjectId &oid);
@@ -84,12 +76,10 @@ namespace CIAO
// CIAO-specific operations.
typename COMP_SVNT::_stub_ptr_type
- _ciao_activate_component (::Components::EnterpriseComponent_ptr ec)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ _ciao_activate_component (::Components::EnterpriseComponent_ptr ec);
void
- _ciao_passivate_component (typename COMP_SVNT::_stub_ptr_type comp)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ _ciao_passivate_component (typename COMP_SVNT::_stub_ptr_type comp);
protected:
typename EXEC::_var_type executor_;