summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h
index 9802a020b67..0cd0fd52fc5 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h
@@ -60,7 +60,7 @@ public:
virtual PortableGroup::ObjectGroup_ptr create_member (
PortableGroup::ObjectGroup_ptr object_group,
const PortableGroup::Location & the_location,
- const char * type_id,
+ const PortableGroup::TypeId type_id,
const PortableGroup::Criteria & the_criteria
ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException,
@@ -140,7 +140,7 @@ public:
PortableGroup::ObjectGroup_ptr create_object_group (
CORBA::ULong group_id,
const PortableServer::ObjectId &oid,
- const char * type_id,
+ const PortableGroup::TypeId type_id,
const PortableGroup::Criteria & the_criteria
ACE_ENV_ARG_DECL);
@@ -161,8 +161,8 @@ public:
PortableGroup::ObjectGroupNotFound));
/// Return the type_id for the given object group.
- char * type_id (PortableGroup::ObjectGroup_ptr object_group
- ACE_ENV_ARG_DECL);
+ PortableGroup::TypeId type_id (PortableGroup::ObjectGroup_ptr object_group
+ ACE_ENV_ARG_DECL);
/// Return the object group associated with the given ObjectId.
/**