From 834dd7b90e2e572bb088fa4be53ad0a822fe8254 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Fri, 9 Jul 2004 14:12:32 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3823 --- checkin_notes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 41da46c415..a47e524bdb 100755 --- a/checkin_notes +++ b/checkin_notes @@ -14930,13 +14930,14 @@ Karl 2004-07-08 whetstone.C Karl 2004-07-09 - - fixed CURSOR initialization problem (found by Carl Christensen) + - 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