move curNs to Client object

This commit is contained in:
Dwight
2009-10-13 16:01:02 -04:00
parent 1083a425c2
commit 2d934d1006
18 changed files with 101 additions and 66 deletions

View File

@@ -30,7 +30,6 @@
namespace mongo {
int port = 27017;
const char *curNs = "";
Database *database = 0;
string ourHostname;
OID serverID;