0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/db/lasterror.cpp
2009-01-05 15:30:07 -05:00

7 lines
117 B
C++

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