*** empty log message ***

svn path=/trunk/boinc/; revision=3823
This commit is contained in:
Karl Chen 2004-07-09 14:12:32 +00:00
parent 0def614e14
commit 834dd7b90e
1 changed files with 3 additions and 2 deletions

View File

@ -14931,13 +14931,14 @@ Karl 2004-07-08
Karl 2004-07-09
- fixed CURSOR initialization problem (found by Carl Christensen)
- CURSOR now initializes itself; classes that use it don't need to
initialize it anymore
- removed superfluous 'CURSOR cursor' in DB_WORK_ITEM -- is this correct?
- if there should be two cursors, they should be named differently --
otherwise it is way too easy to use the wrong one in multiple
inheritance
db/
boinc_db.h
boinc_db.C