| 1339 | } |
| 1340 | |
| 1341 | void ClientDestination::StopAcceptingStreams () |
| 1342 | { |
| 1343 | if (m_StreamingDestination) |
| 1344 | m_StreamingDestination->ResetAcceptor (); |
| 1345 | } |
| 1346 | |
| 1347 | bool ClientDestination::IsAcceptingStreams () const |
| 1348 | { |
no test coverage detected