diff options
Diffstat (limited to 'shell/utils.h')
-rw-r--r-- | shell/utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/utils.h b/shell/utils.h index 0a7c5c3d2f7..03b3f97d7ae 100644 --- a/shell/utils.h +++ b/shell/utils.h @@ -21,7 +21,7 @@ #include "../scripting/engine.h" namespace mongo { - + namespace shellUtils { extern std::string _dbConnect; @@ -31,7 +31,7 @@ namespace mongo { void RecordMyLocation( const char *_argv0 ); void installShellUtils( Scope& scope ); - + // Scoped management of mongo program instances. Simple implementation: // destructor kills all mongod instances created by the shell. struct MongoProgramScope { @@ -39,7 +39,7 @@ namespace mongo { ~MongoProgramScope(); }; void KillMongoProgramInstances(); - + void initScope( Scope &scope ); void onConnect( DBClientWithCommands &c ); } |