Issue 231: union accessors (cxx_revision) Source: (, ) Nature: Uncategorized Severity: LOW Summary: Summary: Accessors that return a reference to a non-const object can be used for read-write access. They are provided only for following types: struct, union, sequence, any.Provede for all types.. Resolution: Close no change. This change is too intrusive and would break too much existing code. Revised Text: Actions taken: October 14, 1996: received issue June 13, 2000: closed issue Discussion: End of Annotations:===== This is issue # 231 union accessors Accessors that return a reference to a non-const object can be used for read-write access. They are provided only for following types: struct, union, sequence, any.Provede for all types.. -Juergen