summaryrefslogtreecommitdiff
path: root/db/introspect.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/introspect.cpp
parent023535d844a43627d1f2c934ffd349f4355ed4c2 (diff)
downloadmongo-ad1f6b3cbdd1183eedc04f98fa813e63ce68a408.tar.gz
Put our code in 'mongo' namespace
Diffstat (limited to 'db/introspect.cpp')
-rw-r--r--db/introspect.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/introspect.cpp b/db/introspect.cpp
index cd2394c3242..d78bb68e59c 100644
--- a/db/introspect.cpp
+++ b/db/introspect.cpp
@@ -24,6 +24,8 @@
#include "jsobj.h"
#include "pdfile.h"
+namespace mongo {
+
typedef map<string,Cursor*> StringToCursor;
StringToCursor *specialNamespaces;
@@ -53,3 +55,5 @@ void profile(const char *str,
theDataFileMgr.insert(database->profileName.c_str(),
p.objdata(), p.objsize(), true);
}
+
+} // namespace mongo