*** empty log message ***

svn path=/trunk/boinc/; revision=11745
This commit is contained in:
David Anderson 2006-12-30 00:26:22 +00:00
parent caa9ac6276
commit ddd17a8b22
2 changed files with 7 additions and 0 deletions

View File

@ -13866,3 +13866,9 @@ David 29 Dec 2006
user.inc user.inc
user/ user/
team_email_list.php team_email_list.php
David 29 Dec 2006
- fix compile warnings in sched code
db/
db_base.h

View File

@ -79,6 +79,7 @@ public:
class DB_BASE { class DB_BASE {
public: public:
DB_BASE(const char *table_name, DB_CONN*); DB_BASE(const char *table_name, DB_CONN*);
virtual ~DB_BASE(){}
int insert(); int insert();
int insert_batch(std::string&); int insert_batch(std::string&);
int update(); int update();