summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
index 979b399044f..0592eb3f38e 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
@@ -58,7 +58,7 @@ TAO::PG_Object_Group::MemberInfo::~MemberInfo ()
}
TAO::PG_Object_Group::PG_Object_Group (
- CORBA::ORB_ptr orb,
+ CORBA::ORB_ptr orb,
TAO_IOP::TAO_IOR_Manipulation_ptr iorm,
CORBA::Object_ptr empty_group,
const PortableGroup::TagGroupTaggedComponent & tagged_component,
@@ -125,11 +125,11 @@ TAO::PG_Object_Group * TAO::PG_Object_Group::create (
ACE_NEW_THROW_EX (
objectGroup,
TAO::PG_Object_Group (
- orb,
+ orb,
iorm,
empty_group,
tagged_component,
- type_id,
+ type_id,
the_criteria),
CORBA::NO_MEMORY());
return objectGroup;
@@ -226,8 +226,8 @@ const PortableGroup::Location & TAO::PG_Object_Group::primary_location() const
return this->primary_location_;
}
-void TAO::PG_Object_Group::add_member (
- const PortableGroup::Location & the_location,
+void TAO::PG_Object_Group::add_member (
+ const PortableGroup::Location & the_location,
CORBA::Object_ptr member
ACE_ENV_ARG_PARAMETER)
ACE_THROW_SPEC ( (CORBA::SystemException,
@@ -380,7 +380,7 @@ void TAO::PG_Object_Group::remove_member (
{
if (this->members_.current_size() > 0)
{
- this->reference_ =
+ this->reference_ =
this->iorm_->remove_profiles (this->reference_.in (), info->member_.in () ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}