Public Member Functions | |
| void | ClassIsUsed () |
| ~Cleaner () | |
|
|
Definition at line 57 of file PlexLoanPool.h. References PlexLoanPool::fgInstance. 00057 {
00058 if (PlexLoanPool::fgInstance!=0) {
00059 delete PlexLoanPool::fgInstance;
00060 PlexLoanPool::fgInstance = 0;
00061 }
00062 }
|
|
|
Definition at line 56 of file PlexLoanPool.h. Referenced by PlexLoanPool::Instance(). 00056 { }; // dummy method to keep compilers quiet
|
1.3.9.1