Public Member Functions | |
| void | UseMe () |
| ~Cleaner () | |
|
|
Definition at line 78 of file RecArrayAllocator.h. References RecArrayAllocator::fgInstance. 00078 {
00079 if (RecArrayAllocator::fgInstance != 0) {
00080 delete RecArrayAllocator::fgInstance;
00081 RecArrayAllocator::fgInstance = 0;
00082 }
00083 }
|
|
|
Definition at line 77 of file RecArrayAllocator.h. Referenced by RecArrayAllocator::Instance(). 00077 { } // Dummy method to quiet compiler
|
1.3.9.1