Commited Thu. June 07, 2007 at 02:21:33 PM EDT
making a number of changes to plist::Collection
• collectionListeners is now mutable so the add/remove functions can be const (not really changing the 'value' of the collection)
• removeEntry() now returns a bool to indicate if anything was actually removed (also means now performs range checking on Arrays)
• non-const findEntry() removed to avoid ability to replace entry without appropriate listener notificiation