| 41 | // ======================================================================= |
| 42 | |
| 43 | void StreamerData::doNextAddToXML(std::string &xml) const { |
| 44 | ADD_XML_ELEMENT(xml, "pathname", _uri); |
| 45 | } |
| 46 | |
| 47 | void StreamerData::doNextFromXML(const std::string &UNUSED(xml)) {} |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected