| 35 | { |
| 36 | public: |
| 37 | DummyWriter(const DummyWriter &other) : mitk::AbstractFileWriter(other), m_Content("Hi there stream") {} |
| 38 | DummyWriter(const std::string &basedataType, const std::string &extension, int ranking) |
| 39 | : mitk::AbstractFileWriter(basedataType, extension, "This is a dummy description"), m_Content("Hi there stream") |
| 40 | { |
nothing calls this directly
no test coverage detected