From ddd17a8b22c2fd5e2d76ef515fd8e91732255a09 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 30 Dec 2006 00:26:22 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11745 --- checkin_notes | 6 ++++++ db/db_base.h | 1 + 2 files changed, 7 insertions(+) diff --git a/checkin_notes b/checkin_notes index 7a02643738..4c60385902 100755 --- a/checkin_notes +++ b/checkin_notes @@ -13866,3 +13866,9 @@ David 29 Dec 2006 user.inc user/ team_email_list.php + +David 29 Dec 2006 + - fix compile warnings in sched code + + db/ + db_base.h diff --git a/db/db_base.h b/db/db_base.h index 745e7e74fe..876a25a9fc 100644 --- a/db/db_base.h +++ b/db/db_base.h @@ -79,6 +79,7 @@ public: class DB_BASE { public: DB_BASE(const char *table_name, DB_CONN*); + virtual ~DB_BASE(){} int insert(); int insert_batch(std::string&); int update();