Public Member Functions | |
| void | UseMe () |
| ~Cleaner () | |
|
|
Definition at line 46 of file HvStatusFinder.h. References HvStatusFinder::fMyInstance. 00046 {
00047 if( HvStatusFinder::fMyInstance != 0 ){
00048 delete HvStatusFinder::fMyInstance;
00049 HvStatusFinder::fMyInstance = 0;
00050 }
00051 }
|
|
|
Definition at line 45 of file HvStatusFinder.h. Referenced by HvStatusFinder::Instance(). 00045 { }
|
1.3.9.1