summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context_impl.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2016-05-27 10:18:32 -0400
committerAndy Schwerin <schwerin@mongodb.com>2016-05-27 11:45:14 -0400
commitafbdaca2a1353c7a5103dc315d7d635acd437243 (patch)
tree4504b8a37dac62889c0b4b7d7d4bb46a9811df29 /src/mongo/db/operation_context_impl.h
parenta47b34136b9952865e060a6126fffc2a8a252d6d (diff)
downloadmongo-afbdaca2a1353c7a5103dc315d7d635acd437243.tar.gz
SERVER-23905 Unify implementations of operation id assignment into ServiceContext.
Diffstat (limited to 'src/mongo/db/operation_context_impl.h')
-rw-r--r--src/mongo/db/operation_context_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/operation_context_impl.h b/src/mongo/db/operation_context_impl.h
index c168ad7c98b..c6069f01e8b 100644
--- a/src/mongo/db/operation_context_impl.h
+++ b/src/mongo/db/operation_context_impl.h
@@ -45,7 +45,7 @@ public:
private:
friend class ServiceContextMongoD;
- OperationContextImpl();
+ OperationContextImpl(Client* client, unsigned opId);
};
} // namespace mongo