![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include "clientversion.h"
#include "serialize.h"
#include "sync.h"
#include <map>
#include <string>
#include <vector>
#include <boost/filesystem/path.hpp>
#include <db_cxx.h>
Go to the source code of this file.
Classes | |
class | CDBEnv |
class | CDB |
RAII class that provides access to a Berkeley database. More... | |
Functions | |
void | ThreadFlushWalletDB (const std::string &strWalletFile) |
Variables | |
unsigned int | nWalletDBUpdated |
CDBEnv | bitdb |
void ThreadFlushWalletDB | ( | const std::string & | strWalletFile | ) |