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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h
index 90fb7f9e5dc..39951ceb8f2 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.h
@@ -229,7 +229,7 @@ namespace TAO
/**
* @@TODO DOC
*/
- virtual PortableGroup::Locations * locations_of_members (void);
+ virtual PortableGroup::Locations * locations_of_members ();
/**
* @@TODO DOC
@@ -241,12 +241,12 @@ namespace TAO
/**
* @@TODO DOC
*/
- virtual void initial_populate (void);
+ virtual void initial_populate ();
/**
* @@TODO DOC
*/
- virtual void minimum_populate (void);
+ virtual void minimum_populate ();
/**
@@ -263,21 +263,21 @@ namespace TAO
virtual void set_name (const char* group_name);
- virtual const char* get_name (void);
+ virtual const char* get_name ();
/////////////////////////
// Implementation methods
private:
int increment_version ();
- void distribute_iogr (void);
+ void distribute_iogr ();
void create_members (size_t count);
protected:
virtual PortableGroup::ObjectGroup_ptr add_member_to_iogr(CORBA::Object_ptr member);
- void clear_members_map (void);
+ void clear_members_map ();
/////////////////////////
// Forbidden methods