Files
mongo/db/lasterror.cpp

11 lines
166 B
C++
Raw Normal View History

2009-01-05 15:30:07 -05:00
// lasterror.cpp
#include "stdafx.h"
#include "lasterror.h"
2009-01-14 17:09:51 -05:00
namespace mongo {
boost::thread_specific_ptr<LastError> lastError;
2009-01-14 17:09:51 -05:00
} // namespace mongo