| 27 | namespace Mona { |
| 28 | |
| 29 | FlashMainStream::FlashMainStream(Invoker& invoker,Peer& peer) : FlashStream(0, invoker,peer) { |
| 30 | |
| 31 | } |
| 32 | |
| 33 | FlashMainStream::~FlashMainStream() { |
| 34 | for (auto& it : _streams) { |
nothing calls this directly
no outgoing calls
no test coverage detected