Public Member Functions | |
| cleanup () | |
| ~cleanup () | |
Definition at line 37 of file ProcStats.h.
| ProcStats::cleanup::cleanup | ( | ) | [inline] |
| ProcStats::cleanup::~cleanup | ( | ) |
Definition at line 62 of file ProcStats.cpp.
00062 { 00063 if(ProcStats::inst!=0) { 00064 delete ProcStats::inst; 00065 ProcStats::inst=0; 00066 } 00067 }
1.4.7