summaryrefslogtreecommitdiff
path: root/client/connpool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/connpool.cpp')
-rw-r--r--client/connpool.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/connpool.cpp b/client/connpool.cpp
index f956c03821e..90271909ed3 100644
--- a/client/connpool.cpp
+++ b/client/connpool.cpp
@@ -22,6 +22,8 @@
#include "stdafx.h"
#include "connpool.h"
+namespace mongo {
+
DBConnectionPool pool;
DBClientConnection* DBConnectionPool::get(const string& host) {
@@ -44,3 +46,5 @@ DBClientConnection* DBConnectionPool::get(const string& host) {
p->pool.pop();
return c;
}
+
+} // namespace mongo