| 195 | |
| 196 | template <class Iface> |
| 197 | Iface* CreateFile(const string& name) { return new typename File<Iface>::type (name); } |
| 198 | |
| 199 | void SrtCommon::InitParameters(string host, string path, map<string,string> par) |
| 200 | { |
nothing calls this directly
no outgoing calls
no test coverage detected