| 20 | } |
| 21 | |
| 22 | CZMQNotificationInterface::~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 | |
| 32 | std::list<const CZMQAbstractNotifier*> CZMQNotificationInterface::GetActiveNotifiers() const |
| 33 | { |