mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11745
This commit is contained in:
parent
caa9ac6276
commit
ddd17a8b22
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue