| 191 | } |
| 192 | |
| 193 | void AbstractFileReader::UnregisterService() |
| 194 | { |
| 195 | try |
| 196 | { |
| 197 | if (d->m_Reg.IsAvailable()) |
| 198 | d->m_Reg.Unregister(); |
| 199 | } |
| 200 | catch (const std::exception &) |
| 201 | { |
| 202 | } |
| 203 | } |
| 204 | |
| 205 | us::ServiceProperties AbstractFileReader::GetServiceProperties() const |
| 206 | { |
nothing calls this directly
no test coverage detected