| 47 | void StreamerData::doNextFromXML(const std::string &UNUSED(xml)) {} |
| 48 | |
| 49 | void StreamerData::doInitialize() { |
| 50 | _uri = "None"; |
| 51 | _multiAddr = "0.0.0.0"; |
| 52 | _port = 0; |
| 53 | _udp = false; |
| 54 | } |
| 55 | |
| 56 | void StreamerData::doParseStreamString( |
| 57 | const int UNUSED(streamID), |
nothing calls this directly
no outgoing calls
no test coverage detected