MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / ~FlashMainStream

Method ~FlashMainStream

MonaCore/sources/FlashMainStream.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33FlashMainStream::~FlashMainStream() {
34 for (auto& it : _streams) {
35 it.second->OnStart::unsubscribe((OnStart&)*this);
36 it.second->OnStop::unsubscribe((OnStop&)*this);
37 }
38}
39
40void FlashMainStream::disengage(FlashWriter* pWriter) {
41 for (auto& it : _streams)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected