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