Issue 258: Accessors for the Any release flag (cxx_revision) Source: (, ) Nature: Uncategorized Severity: ENHANCEMENT Summary: Summary: Sun would like to add the following accessors to Any: Boolean release(); void release(Boolean); Resolution: Close with no change Revised Text: Actions taken: October 14, 1996: received issue June 13, 2000: closed issue Discussion: Close with no change. Adding a release() member to type Any would confuse the memory management issues further. There is no point in having two API calls to achieve the same thing, and we can hardly deprecate the current one. End of Annotations:===== This is issue # 258 Accessors for the Any release flag Sun would like to add the following accessors to Any: Boolean release(); void release(Boolean); -Juergen