]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Reduce dispatchCRUDMethod() to little more than a case structure,
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 2 Apr 2010 18:50:19 +0000 (18:50 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 2 Apr 2010 18:50:19 +0000 (18:50 +0000)
commit4a4a19a9a112be68490972c8fb1e958f64b91a2c
treeb2a371698571e10a5b9d8dabd4c08fc6e7dc1c11
parent33a7b860ccefc0124b10679a1be24b97f1585ab7
Reduce dispatchCRUDMethod() to little more than a case structure,
which delegates all work to other functions (instead of doing some
of the work itself).  Besides making the code arguably tidier, this
change will make it easier to isolate much of the logic to a separate
module.

M    Open-ILS/src/c-apps/oils_cstore.c

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16108 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_cstore.c