]> git.evergreen-ils.org Git - working/Evergreen.git/commit
1. Changed search_alias() to an inline function, since it's a trivial wrapper.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 11 Mar 2010 18:14:35 +0000 (18:14 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 11 Mar 2010 18:14:35 +0000 (18:14 +0000)
commit8729a7f9afddf5db2337be4429878fffb98be82e
tree4d070314ddc1a0e02039aeec1f5e94bf07e49950
parente8bcdc3201fc9abcc8792bb63db09ea612047b9c
1. Changed search_alias() to an inline function, since it's a trivial wrapper.

2. Minor rearrangements in doFieldmapperSearch(), for clarity:
- Moved the declaration of fields closer to its first use.
- Renamed x to flesh_depth.
- Added a sanity check to make sure that a <link> in the IDL has a reltype
  attribute (otherwise we risk a segfault in subsequent lines).
- Combined the tests for "has_many" and "might_have" into a single test.
- Added or refined comments here and there.

3. For the functions that manage QueryFrames: converted the comment blocks at
the head of each function to the doxygen style.

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

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