summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_i.h')
-rw-r--r--TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_i.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_i.h b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_i.h
index 2997da242a5..327ae2c4b20 100644
--- a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_i.h
+++ b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_i.h
@@ -29,15 +29,13 @@ public:
Life_Cycle_Service_i (int debug_level = 1);
~Life_Cycle_Service_i (void);
- CORBA::Boolean supports (const CosLifeCycle::Key &factory_key
- ACE_ENV_ARG_DECL)
+ CORBA::Boolean supports (const CosLifeCycle::Key &factory_key)
ACE_THROW_SPEC ((CORBA::SystemException));
// Returns true if the Generic Factory is able to forward a request
// for creating an object described by the <factory_key>.
CORBA::Object_ptr create_object (const CosLifeCycle::Key &factory_key,
- const CosLifeCycle::Criteria &the_criteria
- ACE_ENV_ARG_DECL)
+ const CosLifeCycle::Criteria &the_criteria)
ACE_THROW_SPEC ((CORBA::SystemException,
CosLifeCycle::NoFactory,
CosLifeCycle::InvalidCriteria,
@@ -49,8 +47,7 @@ public:
void register_factory (const char * name,
const char * location,
const char * description,
- CORBA::Object_ptr object
- ACE_ENV_ARG_DECL)
+ CORBA::Object_ptr object)
ACE_THROW_SPEC (( CORBA::SystemException));
// Registers a factory with specified properties