summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-10 00:48:59 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-10 00:48:59 +0000
commitada37ad7ebd1a65104c22a874bfb696256278744 (patch)
tree191b13b170b671e565a8664b966f0ea1840e0318
parentd13a4247db55c0a66f4312f2a4104ef07358d382 (diff)
downloadATCD-ada37ad7ebd1a65104c22a874bfb696256278744.tar.gz
ChangeLogTag:Sun Dec 9 16:45:06 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rw-r--r--TAO/orbsvcs/orbsvcs/SecurityLevel2.idl2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index accc0ed7470..8923d28fd24 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Sun Dec 9 16:45:06 2001 Ossama Othman <ossama@uci.edu>
+
+ * orbsvcs/orbsvcs/SecurityLevel2.idl (set_attributes):
+
+ Corrected parameter name. Some text was still left over from a
+ previous update.
+
Sun Dec 9 13:50:47 2001 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h:
diff --git a/TAO/orbsvcs/orbsvcs/SecurityLevel2.idl b/TAO/orbsvcs/orbsvcs/SecurityLevel2.idl
index 59fc4c8cdb2..62d8b233edc 100644
--- a/TAO/orbsvcs/orbsvcs/SecurityLevel2.idl
+++ b/TAO/orbsvcs/orbsvcs/SecurityLevel2.idl
@@ -84,7 +84,7 @@ module SecurityLevel2 {
boolean set_attributes (
in Security::AttributeList requested_attributes,
- out Security::AttributeList actual_privilegesactual_attributes
+ out Security::AttributeList actual_attributes
);
Security::AttributeList get_attributes (