MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / FlashStream

Method FlashStream

MonaCore/sources/FlashStream.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace Mona {
27
28FlashStream::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
32FlashStream::~FlashStream() {
33 disengage();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected