summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h')
-rw-r--r--TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h30
1 files changed, 5 insertions, 25 deletions
diff --git a/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h b/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h
index f6e9fa59a07..289fc1ae775 100644
--- a/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h
+++ b/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h
@@ -156,16 +156,9 @@ namespace TAO
// CORBA interface FaultDetectorFactory methods
virtual void change_properties (
const PortableGroup::Properties & property_set
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException
- , PortableGroup::InvalidProperty
- ));
+ );
- virtual void shutdown (void)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ));
+ virtual void shutdown (void);
/////////////////////////////////////////
// CORBA interface GenericFactory methods
@@ -173,29 +166,16 @@ namespace TAO
const char * type_id,
const PortableGroup::Criteria & the_criteria,
PortableGroup::GenericFactory::FactoryCreationId_out factory_creation_id
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException
- , PortableGroup::NoFactory
- , PortableGroup::ObjectNotCreated
- , PortableGroup::InvalidCriteria
- , PortableGroup::InvalidProperty
- , PortableGroup::CannotMeetCriteria
- ));
+ );
virtual void delete_object (
const PortableGroup::GenericFactory::FactoryCreationId & factory_creation_id
- )
- ACE_THROW_SPEC ((
- CORBA::SystemException
- , PortableGroup::ObjectNotFound
- ));
+ );
//////////////////////////////////////////
// CORBA interface PullMonitorable methods
- virtual CORBA::Boolean is_alive (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual CORBA::Boolean is_alive (void);
/////////////////////////
// Implementation methods