summaryrefslogtreecommitdiff
path: root/db/namespace.cpp
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-01-14 17:09:51 -0500
committerAaron <aaron@10gen.com>2009-01-14 17:09:51 -0500
commitad1f6b3cbdd1183eedc04f98fa813e63ce68a408 (patch)
treecc0498e49d55eae8e8e1cbb7f494b085a732a45d /db/namespace.cpp
parent023535d844a43627d1f2c934ffd349f4355ed4c2 (diff)
downloadmongo-ad1f6b3cbdd1183eedc04f98fa813e63ce68a408.tar.gz
Put our code in 'mongo' namespace
Diffstat (limited to 'db/namespace.cpp')
-rw-r--r--db/namespace.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/namespace.cpp b/db/namespace.cpp
index d637cb38ba6..33ee30b9af3 100644
--- a/db/namespace.cpp
+++ b/db/namespace.cpp
@@ -26,6 +26,8 @@
#include <list>
#include "query.h"
+namespace mongo {
+
/* deleted lists -- linked lists of deleted records -- tehy are placed in 'buckets' of various sizes
so you can look for a deleterecord about the right size.
*/
@@ -539,3 +541,4 @@ void addNewNamespaceToCatalog(const char *ns, BSONObj *options = 0) {
}
}
+} // namespace mongo