| 26 | namespace Mona { |
| 27 | |
| 28 | FlashStream::FlashStream(UInt16 id, Invoker& invoker, Peer& peer) : id(id), invoker(invoker), peer(peer), _pPublication(NULL), _pListener(NULL), _bufferTime(0) { |
| 29 | DEBUG("FlashStream ",id," created") |
| 30 | } |
| 31 | |
| 32 | FlashStream::~FlashStream() { |
| 33 | disengage(); |
nothing calls this directly
no outgoing calls
no test coverage detected