#include "../util/optime.h"#include "mutex.h"#include "../time_support.h"#include <pthread.h>#include <boost/thread/xtime.hpp>#include "concurrency/rwlock.h"#include <cstdio>#include <ctime>#include <boost/date_time/posix_time/posix_time.hpp>#include "mongomutex.h"#include "../util/time_support.h"

Go to the source code of this file.
Namespaces | |
| namespace | mongo |
This file contains the implementation of BSON-related methods that are required by the MongoDB database server.
Normally, for standalone BSON usage, you do not want this file - it will tend to pull in some other files from the MongoDB project. Thus, bson.h (the main file one would use) does not include this file.
Definition in file bson_db.h.