summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h29
1 files changed, 8 insertions, 21 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h
index f3e6729c6f8..7af594f10f0 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h
@@ -73,8 +73,7 @@ namespace TAO
* @value an Any containing the value.
*/
void set_default_property (const char * name,
- const PortableGroup::Value & value)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ const PortableGroup::Value & value);
/**
* Update the default property set.
@@ -84,8 +83,7 @@ namespace TAO
*
* @param props the set of properties to update the defaults.
*/
- void set_default_properties (const PortableGroup::Properties & props)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ void set_default_properties (const PortableGroup::Properties & props);
/**
* Export the default properties in PortableGroup::Properties format.
@@ -96,10 +94,7 @@ namespace TAO
* resource leaks.
* @returns a newly allocated PortableGroup::Properties.
*/
- PortableGroup::Properties * get_default_properties (void)
- ACE_THROW_SPEC ( (CORBA::SystemException,
- PortableGroup::InvalidProperty,
- PortableGroup::UnsupportedProperty));
+ PortableGroup::Properties * get_default_properties (void);
/**
* Undefine default properties that appear in props.
@@ -111,8 +106,7 @@ namespace TAO
* @param props a set of propertys to be removed by name.
*/
void remove_default_properties (
- const PortableGroup::Properties & props)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ const PortableGroup::Properties & props);
/**
* Override or define properties associated with a type_id.
@@ -128,11 +122,7 @@ namespace TAO
*/
void set_type_properties (
const char *type_id,
- const PortableGroup::Properties & overrides)
- ACE_THROW_SPEC ((
- CORBA::SystemException,
- PortableGroup::InvalidProperty,
- PortableGroup::UnsupportedProperty));
+ const PortableGroup::Properties & overrides);
/**
* Export the property set in a PortableGroup::Properties format.
@@ -152,8 +142,7 @@ namespace TAO
* @returns a newly allocated PortableGroup::Properties that must be released by the caller.
*/
PortableGroup::Properties * get_type_properties (
- const char *type_id)
- ACE_THROW_SPEC ( (CORBA::SystemException));
+ const char *type_id);
/**
* Export the property set in a PortableGroup::Properties format.
@@ -169,8 +158,7 @@ namespace TAO
* @returns a pointer to a Property_Set owned by this Properties_Support object.
*/
TAO::PG_Property_Set * find_typeid_properties (
- const char *type_id)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ const char *type_id);
/**
* Undefine default properties that appear in props.
@@ -183,8 +171,7 @@ namespace TAO
*/
void remove_type_properties (
const char *type_id,
- const PortableGroup::Properties & props)
- ACE_THROW_SPEC ( (CORBA::SystemException));
+ const PortableGroup::Properties & props);
///////////////
// Data Members