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

@@ -24,3 +24,4 @@
int main( int argc, char** argv ) {
return Suite::run(argc, argv, "/tmp/unittest");
}