* Check whether the timeout occurred. * * @return True iff the timeout occurred. */
| 169 | * @return True iff the timeout occurred. |
| 170 | */ |
| 171 | bool HasFired() const |
| 172 | { |
| 173 | return this->fired; |
| 174 | } |
| 175 | |
| 176 | /* Although these variables are public, they are only public to make saveload easier; not for common use. */ |
| 177 |
no outgoing calls
no test coverage detected