diff options
author | Dwight Merriman <dwight@10gen.com> | 2010-04-28 08:25:56 -0400 |
---|---|---|
committer | Dwight Merriman <dwight@10gen.com> | 2010-04-28 08:25:56 -0400 |
commit | 3483f22813a7aa89dfc45359b6b4b40a2e342e05 (patch) | |
tree | cf226dc8ccc2391370f421896c4670aabbf83868 /db/dbhelpers.h | |
parent | 0e695b7a56a7b3b32fdbfaaddc3ef60df3f2e678 (diff) | |
download | mongo-3483f22813a7aa89dfc45359b6b4b40a2e342e05.tar.gz |
refactor and rename insert
Diffstat (limited to 'db/dbhelpers.h')
-rw-r--r-- | db/dbhelpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/dbhelpers.h b/db/dbhelpers.h index 19c687ab966..e6a2c29a5d3 100644 --- a/db/dbhelpers.h +++ b/db/dbhelpers.h @@ -92,6 +92,7 @@ namespace mongo { */ static bool getSingleton(const char *ns, BSONObj& result); static void putSingleton(const char *ns, BSONObj obj); + static void putSingletonGod(const char *ns, BSONObj obj, bool logTheOp); /* Remove all objects from a collection. |