| 210 | } |
| 211 | |
| 212 | void utils::ClearTimeout(utils::TimeoutID id) |
| 213 | { |
| 214 | if (id) |
| 215 | { |
| 216 | TimerListenerList::DefaultList()->Unregister(id); |
| 217 | delete id; |
| 218 | } |
| 219 | } |
| 220 | |
| 221 | void utils::SetGlobalProxy(const char *proxy) |
| 222 | { |
nothing calls this directly
no outgoing calls
no test coverage detected