Ticket #549: boincmgr_549.patch
| File boincmgr_549.patch, 0.7 kB (added by Der Meister, 7 months ago) |
|---|
-
../lib/gui_rpc_client.h
old new 356 356 double d_free; 357 357 double d_boinc; // amount used by BOINC itself, not projects 358 358 359 DISK_USAGE() {}359 DISK_USAGE(); 360 360 ~DISK_USAGE(); 361 361 362 362 void print(); -
../lib/gui_rpc_client_ops.C
old new 737 737 projects.clear(); 738 738 } 739 739 740 DISK_USAGE::DISK_USAGE() { 741 clear(); 742 } 743 740 744 DISK_USAGE::~DISK_USAGE() { 741 745 clear(); 742 746 }
