Issue 1760: Duplicate DelegationMode(s) in Security and SecurityLevel2 (sec-rev) Source: (, ) Nature: Revision Severity: Significant Summary: Summary: Duplicate DelegationMode(s) in Security and SecurityLevel2 Resolution: Revised Text: Security RTF 1.5 action 6 in ptc/98-11-02 Actions taken: July 30, 1998: received issue November 13, 1998: closed issue Discussion: closed issue End of Annotations:===== Return-Path: Date: Fri, 31 Jul 1998 08:46:11 -0400 From: www To: juergen@omg.org, web-incoming@omg.org Subject: WWW Form output Name: Polar Humenn Company: Adiron, LLC Email: polar@adiron.com Notification: Yes Specification: Services (Security) Section: A.2 Formal #: who knows Version: v1.2 draft Revision_Date: 5 jan 98 Page: 15-276, 15-281 Nature: Revision Severity: Significant full_desc: Duplicate DelegationMode(s) in Security and SecurityLevel2 BACKGROUND: In each module there is a enum called DelegationMode: In Security.idl enum DelegationMode { SecDelModeNoDelegation,.... }; In SecurityLevel2.idl enum DelegationMode { Delegate, NoDelegate }; CONCLUSION This is a pain in the butt. SOLUTION Change the security level2 enum name to DelegationDirective; submit: Submit Issue Report