summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-02-25 17:40:02 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-02-25 17:40:02 +0000
commitf48c86ccb384982513c88811c974c82327cb6f24 (patch)
tree56f392a3a31b9ad7e94d72a6b19d25b0dbe9dfe7 /TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
parenta18a931c129b12763fe4a29d6f0e9f9d99598003 (diff)
downloadATCD-f48c86ccb384982513c88811c974c82327cb6f24.tar.gz
Mon Feb 25 17:32:02 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
index 0af413fc6b1..22e1f86fcc8 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp
@@ -59,8 +59,7 @@ TAO::PG_Object_Group::PG_Object_Group (
const PortableGroup::TagGroupTaggedComponent & tagged_component,
const char * type_id,
const PortableGroup::Criteria & the_criteria,
- TAO::PG_Property_Set * type_properties,
- bool give_properties)
+ const TAO::PG_Property_Set_var & type_properties)
: internals_()
, orb_ (CORBA::ORB::_duplicate (orb))
, factory_registry_ (PortableGroup::FactoryRegistry::_duplicate (factory_registry))
@@ -74,7 +73,7 @@ TAO::PG_Object_Group::PG_Object_Group (
, group_name_ (0)
, members_ ()
, primary_location_(0)
- , properties_ (the_criteria, type_properties, give_properties)
+ , properties_ (the_criteria, type_properties)
, initial_number_members_ (0)
, minimum_number_members_ (0)
, group_specific_factories_ ()