| 22 | } |
| 23 | |
| 24 | ScriptTestMode::ScriptTestMode() |
| 25 | { |
| 26 | this->last_mode = this->GetDoCommandMode(); |
| 27 | this->last_instance = this->GetDoCommandModeInstance(); |
| 28 | this->SetDoCommandMode(&ScriptTestMode::ModeProc, this); |
| 29 | } |
| 30 | |
| 31 | void ScriptTestMode::FinalRelease() |
| 32 | { |
nothing calls this directly
no test coverage detected