summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/write_commands/write_commands_common.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-06-07 13:56:30 +0300
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-07-06 18:05:57 -0400
commite09a21c0d849878792e647d2326d6fde865ac458 (patch)
treeb3cd6c002db115e73fa8151609467a4ec7ce3d0d /src/mongo/db/commands/write_commands/write_commands_common.h
parent1447d3db59804752e6c2882a6a8a4a14d7ae71ad (diff)
downloadmongo-e09a21c0d849878792e647d2326d6fde865ac458.tar.gz
SERVER-28752 Use IDL for write commands parsing
Diffstat (limited to 'src/mongo/db/commands/write_commands/write_commands_common.h')
-rw-r--r--src/mongo/db/commands/write_commands/write_commands_common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/db/commands/write_commands/write_commands_common.h b/src/mongo/db/commands/write_commands/write_commands_common.h
index 53ba02aad05..8f8206d3c70 100644
--- a/src/mongo/db/commands/write_commands/write_commands_common.h
+++ b/src/mongo/db/commands/write_commands/write_commands_common.h
@@ -44,5 +44,6 @@ Status checkAuthForWriteCommand(AuthorizationSession* authzSession,
BatchedCommandRequest::BatchType cmdType,
const NamespaceString& cmdNSS,
const BSONObj& cmdObj);
-}
-}
+
+} // namespace auth
+} // namespace mongo