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.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h b/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h
index 4095d32fb7e..75de43bf26d 100644
--- a/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h
+++ b/TAO/orbsvcs/Fault_Detector/FT_FaultDetectorFactory_i.h
@@ -152,8 +152,7 @@ namespace TAO
///////////////////////////////////////////////
// CORBA interface FaultDetectorFactory methods
virtual void change_properties (
- const PortableGroup::Properties & property_set
- );
+ const PortableGroup::Properties & property_set);
virtual void shutdown (void);
@@ -162,12 +161,10 @@ namespace TAO
virtual CORBA::Object_ptr create_object (
const char * type_id,
const PortableGroup::Criteria & the_criteria,
- PortableGroup::GenericFactory::FactoryCreationId_out factory_creation_id
- );
+ PortableGroup::GenericFactory::FactoryCreationId_out factory_creation_id);
virtual void delete_object (
- const PortableGroup::GenericFactory::FactoryCreationId & factory_creation_id
- );
+ const PortableGroup::GenericFactory::FactoryCreationId & factory_creation_id);
//////////////////////////////////////////
// CORBA interface PullMonitorable methods