Issue 766: Collection.add_element (zz-collection) Source: (, ) Nature: Revision Severity: Minor Summary: Summary: Page 17-23:"If the collection supports unique elements or keys...". If I already have a different element with the same key, do I return and add false? Resolution: Revised Text: Actions taken: September 29, 1997: received issue Discussion: End of Annotations:===== Date: Mon, 29 Sep 1997 10:04:55 -0400 From: Geoffrey Speare To: issues CC: Ringo.DeSmet@advalvas.be Subject: [Ringo.DeSmet@advalvas.be: Object Collection Service: docs.] Ringo, I'm forwarding your message to issues@omg.org; from there, your comments and questions will be logged and forwarded to the group responsible for updating the Collection Service specification. Thanks for pointing these out! Geoff Speare OMG geoff@omg.org ------- Start of forwarded message ------- 2. On page 17-23: (Collection.add_element) "If the collection supports unique elements or keys and the element or key is already contained in the collection, adding is ignored." So, if I already have a different element with the same key, then I don't add and return false, yes?