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