Re: [Opensim-dev] JsonStore questions - return values of JsonDestroyStore(), JsonRemoveValue() and behaviour of JsonReadNotecard()

2013-02-08 Thread Mic Bowman
Comments below... On Thu, Feb 7, 2013 at 6:45 PM, Justin Clark-Casey jjusti...@googlemail.com wrote: Hi Mic. A couple of JsonStore related questions * Both JsonDestroyStore() and JsonRemoveValue() return TRUE if the store/values they are removing do not exist. This is inconsistent with

[Opensim-dev] JsonStore questions - return values of JsonDestroyStore(), JsonRemoveValue() and behaviour of JsonReadNotecard()

2013-02-07 Thread Justin Clark-Casey
Hi Mic. A couple of JsonStore related questions * Both JsonDestroyStore() and JsonRemoveValue() return TRUE if the store/values they are removing do not exist. This is inconsistent with .NET methods such as ICollection.Remove() which return false if the value one tried to remove did not