| 328 | } |
| 329 | |
| 330 | void ScriptExtender::UpdateServerProgress(STDString const& status) |
| 331 | { |
| 332 | serverStatus_ = status; |
| 333 | ShowLoadingProgress(); |
| 334 | } |
| 335 | |
| 336 | void ScriptExtender::UpdateClientProgress(STDString const& status) |
| 337 | { |
no outgoing calls
no test coverage detected