summaryrefslogtreecommitdiff
path: root/db/replset.h
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/replset.h
parent023535d844a43627d1f2c934ffd349f4355ed4c2 (diff)
downloadmongo-ad1f6b3cbdd1183eedc04f98fa813e63ce68a408.tar.gz
Put our code in 'mongo' namespace
Diffstat (limited to 'db/replset.h')
-rw-r--r--db/replset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/replset.h b/db/replset.h
index 1cc720a4d69..7ba3978d43b 100644
--- a/db/replset.h
+++ b/db/replset.h
@@ -21,6 +21,8 @@
#include "json.h"
#include "../client/dbclient.h"
+namespace mongo {
+
extern int port;
extern const char *allDead;
@@ -173,3 +175,5 @@ public:
}
};
+
+} // namespace mongo