summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup.idl5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup.idl b/TAO/orbsvcs/orbsvcs/PortableGroup.idl
index 40546e2eb23..92c0b22a278 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup.idl
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup.idl
@@ -300,7 +300,10 @@ module PortableGroup
* Pseudo used method to update IOGR in Object Group Members
* TAO specific. The CORBA spec. doesn't address the issue.
*/
- void tao_update_object_group (in string iogr, in PortableGroup::ObjectGroupRefVersion version);
+ void tao_update_object_group (
+ in string iogr,
+ in PortableGroup::ObjectGroupRefVersion version,
+ in boolean is_primary);
};