----------------------------------------------------------------------------- Static method to destroy the fileops singleton. -----------------------------------------------------------------------------
| 61 | // Static method to destroy the fileops singleton. |
| 62 | //----------------------------------------------------------------------------- |
| 63 | void FileOps::Destroy |
| 64 | ( |
| 65 | ) |
| 66 | { |
| 67 | delete s_instance; |
| 68 | s_instance = NULL; |
| 69 | } |
| 70 | |
| 71 | //----------------------------------------------------------------------------- |
| 72 | // <FileOps::FolderExists> |
nothing calls this directly
no outgoing calls
no test coverage detected