| 126 | } |
| 127 | |
| 128 | void LocationManager::Add(CString const& name, CString const& path) { |
| 129 | _items.insert({ name,path }); |
| 130 | } |
| 131 | |
| 132 | void LocationManager::Clear() { |
| 133 | _items.clear(); |
nothing calls this directly
no outgoing calls
no test coverage detected