mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-31 08:13:52 +02:00
signals: use an alias for the boost::signals2 namespace
The next commit will add a real implementation in this namespace.
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
#include <string>
|
||||
|
||||
/** Store connections so we can disconnect them when suppressing output */
|
||||
boost::signals2::connection noui_ThreadSafeMessageBoxConn;
|
||||
boost::signals2::connection noui_ThreadSafeQuestionConn;
|
||||
boost::signals2::connection noui_InitMessageConn;
|
||||
btcsignals::connection noui_ThreadSafeMessageBoxConn;
|
||||
btcsignals::connection noui_ThreadSafeQuestionConn;
|
||||
btcsignals::connection noui_InitMessageConn;
|
||||
|
||||
bool noui_ThreadSafeMessageBox(const bilingual_str& message, unsigned int style)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user