| 228 | } |
| 229 | |
| 230 | void RawIDA::FlushOutputQueues() |
| 231 | { |
| 232 | for (unsigned int i=0; i<m_outputChannelIds.size(); i++) |
| 233 | m_outputQueues[i].TransferAllTo(*AttachedTransformation(), m_outputChannelIdStrings[i]); |
| 234 | } |
| 235 | |
| 236 | void RawIDA::OutputMessageEnds() |
| 237 | { |
nothing calls this directly
no test coverage detected