Change an internal state. */
| 194 | Change an internal state. |
| 195 | */ |
| 196 | void setState(const char* key, const char*) override |
| 197 | { |
| 198 | if (std::strcmp(key, "reset") != 0) |
| 199 | return; |
| 200 | |
| 201 | fNeedsReset = true; |
| 202 | } |
| 203 | |
| 204 | /* -------------------------------------------------------------------------------------------------------- |
| 205 | * Process */ |