FLO-wallet-core/src/zmq
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers
They were temporary additions to ease the transition.

-BEGIN VERIFY SCRIPT-
find src/ -name "*.cpp" ! -wholename "src/util.h" ! -wholename "src/util.cpp" | xargs perl -i -pe 's/(?<!\.)(ParseParameters|ReadConfigFile|IsArgSet|(Soft|Force)?(Get|Set)(|Bool|)Arg(s)?)\(/gArgs.\1(/g'
-END VERIFY SCRIPT-
2017-08-14 17:02:10 +02:00
..
zmqabstractnotifier.cpp
zmqabstractnotifier.h
zmqconfig.h
zmqnotificationinterface.cpp scripted-diff: stop using the gArgs wrappers 2017-08-14 17:02:10 +02:00
zmqnotificationinterface.h Add override to functions using CValidationInterface methods 2017-04-07 11:53:43 +02:00
zmqpublishnotifier.cpp Missing includes 2017-04-13 02:31:44 +02:00
zmqpublishnotifier.h Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class 2017-06-28 02:12:06 +02:00