Public Member Functions | |
| void | UseMe () |
| ~Cleaner () | |
|
|
Definition at line 51 of file AlgFactory.h. References AlgFactory::fsTheInstance. 00051 {
00052 if (AlgFactory::fsTheInstance != 0) {
00053 delete AlgFactory::fsTheInstance;
00054 AlgFactory::fsTheInstance = 0;
00055 } } };
|
|
|
Definition at line 50 of file AlgFactory.h. Referenced by AlgFactory::GetInstance(). 00050 { } // Dummy method to quiet compiler
|
1.3.9.1