diff options
author | Andy Schwerin <schwerin@mongodb.com> | 2015-03-26 16:40:28 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@mongodb.com> | 2015-03-27 10:25:09 -0400 |
commit | 92593d1af174244ba5560be29908b4f729fec78c (patch) | |
tree | d98ba6959b2f91da14aad46794248d2323c7ce08 /src/mongo/SConscript | |
parent | 18a3b8528833a478d5a207bfe5fcb8e35673ee8f (diff) | |
download | mongo-92593d1af174244ba5560be29908b4f729fec78c.tar.gz |
SERVER-17758 Move AutoGet* and Client::*Context to their own file.
The new file is mongo/db/db_raii.h. Also, Client::Context is now OldClientContext and
Client::WriteContext is OldClientWriteContext.
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r-- | src/mongo/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript index 6cac8800221..f7bb1d71384 100644 --- a/src/mongo/SConscript +++ b/src/mongo/SConscript @@ -712,6 +712,7 @@ serverOnlyFiles = [ "db/background.cpp", "db/catalog/index_catalog_entry.cpp", "db/catalog/index_create.cpp", "db/client.cpp", + "db/db_raii.cpp", "db/clientcursor.cpp", "db/cloner.cpp", "db/commands/apply_ops.cpp", |