|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
Public Member Functions | |
| cleanup () | |
| ~cleanup () | |
Definition at line 49 of file ProcStats.h.
| ProcStats::cleanup::cleanup | ( | ) | [inline] |
| 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 }