| 118 | } |
| 119 | |
| 120 | void ChannelRouteIterator::Next() |
| 121 | { |
| 122 | if (m_useDefault) |
| 123 | ++m_itListCurrent; |
| 124 | else |
| 125 | ++m_itMapCurrent; |
| 126 | } |
| 127 | |
| 128 | BufferedTransformation & ChannelRouteIterator::Destination() |
| 129 | { |
no outgoing calls
no test coverage detected