dash/src/zmq
Pasta 1a0d52814e
#10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
-BEGIN VERIFY SCRIPT-
sed -i 's/\<NULL\>/nullptr/g' src/*.cpp src/*.h src/*/*.cpp src/*/*.h src/qt/*/*.cpp src/qt/*/*.h src/wallet/*/*.cpp src/wallet/*/*.h src/support/allocators/*.h
sed -i 's/Prefer nullptr, otherwise SAFECOOKIE./Prefer NULL, otherwise SAFECOOKIE./g' src/torcontrol.cpp
sed -i 's/tor: Using nullptr authentication/tor: Using NULL authentication/g' src/torcontrol.cpp
sed -i 's/METHODS=nullptr/METHODS=NULL/g' src/test/torcontrol_tests.cpp src/torcontrol.cpp
sed -i 's/nullptr certificates/NULL certificates/g' src/qt/paymentserver.cpp
sed -i 's/"nullptr"/"NULL"/g' src/torcontrol.cpp src/test/torcontrol_tests.cpp
-END VERIFY SCRIPT-

Signed-off-by: Pasta <pasta@dashboost.org>
2019-08-12 09:07:03 -05:00
..
zmqabstractnotifier.cpp Implement rawchainlocksig and rawtxlocksig (#2930) 2019-05-23 12:13:58 +03:00
zmqabstractnotifier.h add end commend for all llmq namespace 2019-07-15 13:55:01 -05:00
zmqconfig.h Remove legacy InstantSend code (#3020) 2019-07-09 17:50:08 +03:00
zmqnotificationinterface.cpp #10483 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2019-08-12 09:07:03 -05:00
zmqnotificationinterface.h Pass disconnected/deleted pindex instead of pprev into BlockDisconnected 2019-05-27 16:40:05 +02:00
zmqpublishnotifier.cpp Merge #10181: Include cleanup 2019-06-08 09:36:43 -05:00
zmqpublishnotifier.h Implement rawchainlocksig and rawtxlocksig (#2930) 2019-05-23 12:13:58 +03:00