| 211 | } |
| 212 | |
| 213 | void AbstractFileWriter::UnregisterService() |
| 214 | { |
| 215 | try |
| 216 | { |
| 217 | if (d->m_Reg.IsAvailable()) |
| 218 | d->m_Reg.Unregister(); |
| 219 | } |
| 220 | catch (const std::exception &) |
| 221 | { |
| 222 | } |
| 223 | } |
| 224 | |
| 225 | us::ServiceProperties AbstractFileWriter::GetServiceProperties() const |
| 226 | { |
nothing calls this directly
no test coverage detected