summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/Swapping_Servant_Home_Impl_Base.h')
-rw-r--r--CIAO/ciao/Swapping_Servant_Home_Impl_Base.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h b/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h
index d9e86e81e7d..a6ee1575aaa 100644
--- a/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h
+++ b/CIAO/ciao/Swapping_Servant_Home_Impl_Base.h
@@ -46,11 +46,9 @@ namespace CIAO
virtual ~Swapping_Home_Servant_Impl_Base (void);
// Operations for CCMHome interface.
- virtual ::CORBA::IRObject_ptr get_component_def (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual ::CORBA::IRObject_ptr get_component_def (void);
- virtual ::CORBA::IRObject_ptr get_home_def (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual ::CORBA::IRObject_ptr get_home_def (void);
protected:
Swapping_Container *container_;