]> git.evergreen-ils.org Git - OpenSRF.git/commit
Patch from Scott McKellar which introduces a const-accepting and -returning
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 30 Sep 2007 14:03:19 +0000 (14:03 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 30 Sep 2007 14:03:19 +0000 (14:03 +0000)
commit3e75330c8f4576eb7f6fff7d43108b336c5dca48
treefafc8620559ad498dd614c2e95fe7ba9576392d1
parent9c20d27705bb28860d3d79b93c92305f0e3b74c8
Patch from Scott McKellar which introduces a const-accepting and -returning
version of jsonObjectGetKey.  This is the first step in a plan to push
const-correctness on the OpenSRF stack when dealing with complex objects.  The
hope is that this will increase the utility of compile-time checks in new
client code.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1093 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/osrf_json.h
src/libopensrf/osrf_json_object.c