| 326 | static QMutex RemoteHostLock; |
| 327 | |
| 328 | rdcarray<RemoteHost> PersistantConfig::GetRemoteHosts() |
| 329 | { |
| 330 | QMutexLocker autolock(&RemoteHostLock); |
| 331 | return RemoteHostList; |
| 332 | } |
| 333 | |
| 334 | RemoteHost PersistantConfig::GetRemoteHost(const rdcstr &hostname) |
| 335 | { |
no outgoing calls
no test coverage detected