0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db/lasterror.cpp
2009-01-14 17:09:51 -05:00

11 lines
162 B
C++

// lasterror.cpp
#include "stdafx.h"
#include "lasterror.h"
namespace mongo {
boost::thread_specific_ptr<LastError> lastError;
} // namespace mongo