svn path=/trunk/boinc/; revision=17766

This commit is contained in:
David Anderson 2009-04-09 17:26:41 +00:00
parent c6d7076464
commit 8e9ef18c8a
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ public:
vector<PROJECT*> projects; vector<PROJECT*> projects;
vector<WORKUNIT*> workunits; vector<WORKUNIT*> workunits;
vector<RESULT*> results; vector<RESULT*> results;
vector<APP_VERSION*> app_versions;
vector<APP*> apps; vector<APP*> apps;
ACTIVE_TASK_SET active_tasks; ACTIVE_TASK_SET active_tasks;
GLOBAL_PREFS global_prefs; GLOBAL_PREFS global_prefs;