|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
Definition at line 37 of file ProcStats.h.
Public Member Functions | |
| cleanup () | |
| ~cleanup () | |
| 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 }