![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <algorithm>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/foreach.hpp>
#include <map>
#include "alert.h"
#include "key.h"
#include "net.h"
#include "sync.h"
#include "ui_interface.h"
Go to the source code of this file.
Variables | |
map< uint256, CAlert > | mapAlerts |
CCriticalSection | cs_mapAlerts |
CCriticalSection cs_mapAlerts |