MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ~CZMQNotificationInterface

Method ~CZMQNotificationInterface

src/zmq/zmqnotificationinterface.cpp:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22CZMQNotificationInterface::~CZMQNotificationInterface()
23{
24 Shutdown();
25
26 for (std::list<CZMQAbstractNotifier*>::iterator i=notifiers.begin(); i!=notifiers.end(); ++i)
27 {
28 delete *i;
29 }
30}
31
32std::list<const CZMQAbstractNotifier*> CZMQNotificationInterface::GetActiveNotifiers() const
33{

Callers

nothing calls this directly

Calls 3

ShutdownFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected