Public Member Functions | |
| void | ClassIsUsed () |
| ~Cleaner () | |
|
|
Definition at line 104 of file UgliLoanPool.h. References UgliLoanPool::fgInstance. 00104 {
00105 if (UgliLoanPool::fgInstance!=0) {
00106 delete UgliLoanPool::fgInstance;
00107 UgliLoanPool::fgInstance = 0;
00108 }
00109 }
|
|
|
Definition at line 103 of file UgliLoanPool.h. Referenced by UgliLoanPool::Instance(). 00103 { }; // dummy method to keep compilers quiet
|
1.3.9.1