| 46 | } |
| 47 | |
| 48 | string LocalServerBrowser::GetPath() |
| 49 | { |
| 50 | return m_path; |
| 51 | } |
| 52 | |
| 53 | void LocalServerBrowser::GetInfoForPlayer(string const& in, string& url, GenericPlayer::Option **opt) |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected