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

7 lines
117 B
C++
Raw Normal View History

2009-01-05 21:30:07 +01:00
// lasterror.cpp
#include "stdafx.h"
#include "lasterror.h"
boost::thread_specific_ptr<LastError> lastError;