mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
This is a pure refactoring of zmqnotificationinterface to make the code easier to read and maintain. It replaces explicit iterators with C++11 for-each loops where appropriate and uses std::unique_ptr to make memory ownership more explicit. |
||
|---|---|---|
| .. | ||
| zmqabstractnotifier.cpp | ||
| zmqabstractnotifier.h | ||
| zmqconfig.h | ||
| zmqnotificationinterface.cpp | ||
| zmqnotificationinterface.h | ||
| zmqpublishnotifier.cpp | ||
| zmqpublishnotifier.h | ||
| zmqrpc.cpp | ||
| zmqrpc.h | ||