Public Member Functions | |
| void | ClassIsUsed () |
| ~Cleaner () | |
|
|
Definition at line 74 of file BfldLoanPool.h. References BfldLoanPool::fgInstance. 00074 {
00075 if (BfldLoanPool::fgInstance!=0) {
00076 delete BfldLoanPool::fgInstance;
00077 BfldLoanPool::fgInstance = 0;
00078 }
00079 }
|
|
|
Definition at line 73 of file BfldLoanPool.h. Referenced by BfldLoanPool::Instance(). 00073 { }; // dummy method to keep compilers quiet
|
1.3.9.1