| 116 | } |
| 117 | |
| 118 | void StopRecording() { |
| 119 | Set(); |
| 120 | ::StopAutomationEventRecording(); |
| 121 | } |
| 122 | |
| 123 | void Play(int index) { |
| 124 | if (index < 0 || static_cast<unsigned int>(index) >= this->count) { |
nothing calls this directly
no outgoing calls
no test coverage detected