| 5327 | } |
| 5328 | |
| 5329 | XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) |
| 5330 | { |
| 5331 | // writeDeclaration(); // called explicitly by the reporters that use the writer class - see issue #627 |
| 5332 | } |
| 5333 | |
| 5334 | XmlWriter::~XmlWriter() { |
| 5335 | while( !m_tags.empty() ) |
nothing calls this directly
no outgoing calls
no test coverage detected