Public Member Functions | |
| void | ClassIsUsed () |
| ~Cleaner () | |
|
|
Definition at line 63 of file RawBlockRegistry.h. References RawBlockRegistry::fInstance. 00063 {
00064 if (RawBlockRegistry::fInstance!=0) {
00065 delete RawBlockRegistry::fInstance;
00066 RawBlockRegistry::fInstance = 0;
00067 }
00068 }
|
|
|
Definition at line 62 of file RawBlockRegistry.h. Referenced by RawBlockRegistry::Instance(). 00062 { }; // dummy method to keep compilers quiet
|
1.3.9.1