| 77 | int GetEnabled() { return this->Enabled; } |
| 78 | void EnabledOn() { this->SetEnabled(1); } |
| 79 | void EnabledOff() { this->SetEnabled(0); } |
| 80 | void On() { this->SetEnabled(1); } |
| 81 | void Off() { this->SetEnabled(0); } |
| 82 |
nothing calls this directly
no test coverage detected