]> git.evergreen-ils.org Git - Evergreen.git/commit
1. Renamed function getRelation to oilsGetRelation.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 29 Apr 2010 19:02:50 +0000 (19:02 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 29 Apr 2010 19:02:50 +0000 (19:02 +0000)
commit794bdd6a58b9b157d0d6d2194b256ea0165a2969
tree9bf49087ec9f96bca88319c37ebe921eaa312a95
parent75e672e2ba455dcfdf069bc9bd3377960e6b51b8
1. Renamed function getRelation to oilsGetRelation.

2. Made oilsGetRelation() globally scoped so that qstore
can call it.

3. Renamed its formal parameter from "class" to "classdef",
since "class" is a reserved word in C++.  That can create
problems if the header file is #included in a C++ program.

4. Added a doxygen-style comment along the way.

M    Open-ILS/include/openils/oils_sql.h
M    Open-ILS/src/c-apps/oils_sql.c

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16351 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/include/openils/oils_sql.h
Open-ILS/src/c-apps/oils_sql.c