|
DaZeus
2.0
|
#include "database.h"#include "config.h"#include "utils.h"#include <mongo.h>#include <cerrno>#include <cassert>#include <sstream>#include <stdio.h>
Go to the source code of this file.
Macros | |
| #define | M (mongo_sync_connection*)m_ |
| #define | PROPERTIES std::string(databaseName_ + ".properties").c_str() |
| #define M (mongo_sync_connection*)m_ |
Copyright (c) Sjors Gielen, 2010 See LICENSE for license.
Definition at line 17 of file database.cpp.
| #define PROPERTIES std::string(databaseName_ + ".properties").c_str() |
Definition at line 18 of file database.cpp.