summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h30
1 files changed, 12 insertions, 18 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h
index aaf4628cda3..18c687e2012 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h
@@ -176,8 +176,7 @@ namespace TAO
* @@TODO DOC
*/
void set_properties_dynamically (
- const PortableGroup::Properties & overrides
- ACE_ENV_ARG_DECL)
+ const PortableGroup::Properties & overrides)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableGroup::InvalidProperty,
PortableGroup::UnsupportedProperty));
@@ -200,8 +199,7 @@ namespace TAO
*/
void add_member (
const PortableGroup::Location & the_location,
- CORBA::Object_ptr member
- ACE_ENV_ARG_DECL)
+ CORBA::Object_ptr member)
ACE_THROW_SPEC ( (CORBA::SystemException,
PortableGroup::ObjectNotAdded));
@@ -214,8 +212,7 @@ namespace TAO
*/
int set_primary_member (
TAO_IOP::TAO_IOR_Property * prop,
- const PortableGroup::Location & the_location
- ACE_ENV_ARG_DECL)
+ const PortableGroup::Location & the_location)
ACE_THROW_SPEC ((
CORBA::SystemException
, PortableGroup::MemberNotFound
@@ -225,8 +222,7 @@ namespace TAO
* @@TODO DOC
*/
void remove_member (
- const PortableGroup::Location & the_location
- ACE_ENV_ARG_DECL)
+ const PortableGroup::Location & the_location)
ACE_THROW_SPEC ( (CORBA::SystemException,
PortableGroup::MemberNotFound));
@@ -237,8 +233,7 @@ namespace TAO
void create_member (
const PortableGroup::Location & the_location,
const char * type_id,
- const PortableGroup::Criteria & the_criteria
- ACE_ENV_ARG_DECL)
+ const PortableGroup::Criteria & the_criteria)
ACE_THROW_SPEC ( (CORBA::SystemException,
PortableGroup::MemberAlreadyPresent,
PortableGroup::NoFactory,
@@ -249,15 +244,14 @@ namespace TAO
/**
* @@TODO DOC
*/
- PortableGroup::Locations * locations_of_members (ACE_ENV_SINGLE_ARG_DECL)
+ PortableGroup::Locations * locations_of_members (void)
ACE_THROW_SPEC ((CORBA::SystemException));
/**
* @@TODO DOC
*/
CORBA::Object_ptr get_member_reference (
- const PortableGroup::Location & the_location
- ACE_ENV_ARG_DECL)
+ const PortableGroup::Location & the_location)
ACE_THROW_SPEC ((
CORBA::SystemException,
PortableGroup::MemberNotFound));
@@ -266,12 +260,12 @@ namespace TAO
/**
* @@TODO DOC
*/
- void initial_populate (ACE_ENV_SINGLE_ARG_DECL);
+ void initial_populate (void);
/**
* @@TODO DOC
*/
- void minimum_populate (ACE_ENV_SINGLE_ARG_DECL);
+ void minimum_populate (void);
/**
@@ -285,12 +279,12 @@ namespace TAO
int increment_version ();
- void distribute_iogr (ACE_ENV_SINGLE_ARG_DECL);
+ void distribute_iogr (void);
- PortableGroup::ObjectGroup_ptr add_member_to_iogr(CORBA::Object_ptr member ACE_ENV_ARG_DECL);
+ PortableGroup::ObjectGroup_ptr add_member_to_iogr(CORBA::Object_ptr member);
- void create_members (size_t count ACE_ENV_ARG_DECL)
+ void create_members (size_t count)
ACE_THROW_SPEC ((
CORBA::SystemException,
PortableGroup::NoFactory