summaryrefslogtreecommitdiff
path: root/src/mongo/base/status_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an isOK method to Status, and methods to get an ErrorCodes::Error from a ...Andy Schwerin2012-11-011-0/+14
* Make Status::OK a static function.Andy Schwerin2012-09-251-5/+5
* Introduced the Status class.Alberto Lerner2012-09-141-0/+66