|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
Public Member Functions | |
| cleanup () | |
| ~cleanup () | |
Definition at line 49 of file ProcStats.h.
| ProcStats::cleanup::cleanup | ( | ) | [inline] |
Definition at line 51 of file ProcStats.h.
| ProcStats::cleanup::~cleanup | ( | ) |
Definition at line 67 of file ProcStats.cpp.
00067 { 00068 if(ProcStats::inst!=0) { 00069 delete ProcStats::inst; 00070 ProcStats::inst=0; 00071 } 00072 }