| 5302 | } |
| 5303 | |
| 5304 | XmlWriter::XmlWriter( std::ostream& os ) : m_os( os ) |
| 5305 | { |
| 5306 | // writeDeclaration(); // called explicitly by the reporters that use the writer class - see issue #627 |
| 5307 | } |
| 5308 | |
| 5309 | XmlWriter::~XmlWriter() { |
| 5310 | while( !m_tags.empty() ) |
nothing calls this directly
no outgoing calls
no test coverage detected