summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SecurityLevel2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SecurityLevel2.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/SecurityLevel2.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SecurityLevel2.idl b/TAO/orbsvcs/orbsvcs/SecurityLevel2.idl
index 4aad2543911..c59afee58bc 100644
--- a/TAO/orbsvcs/orbsvcs/SecurityLevel2.idl
+++ b/TAO/orbsvcs/orbsvcs/SecurityLevel2.idl
@@ -291,9 +291,13 @@ module TAO {
/*! Establish whether a particular object can be accessed via insecure
means. */
- void add_object (in Object obj,
- in boolean allow_insecure_access);
- void remove_object (in Object obj);
+ void add_object (in ::CORBA::ORBid orb_id,
+ in ::CORBA::OctetSeq adapter_id,
+ in ::CORBA::OctetSeq object_id,
+ in boolean allow_insecure_access);
+ void remove_object (in ::CORBA::ORBid orb_id,
+ in ::CORBA::OctetSeq adapter_id,
+ in ::CORBA::OctetSeq object_id);
// Should there be some kind of "find" interface?
};