Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <node/kernel_notifications.h>
#include <common/args.h>
#include <common/system.h>
#include <node/ui_interface.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <util/translation.h>
#include <cstdint>
#include <string>
#include <thread>
Go to the source code of this file.
Namespaces | |
namespace | node |
Functions | |
static void | AlertNotify (const std::string &strMessage) |
|
static |
Definition at line 22 of file kernel_notifications.cpp.