summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_mongod.h
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2018-02-08 15:34:13 -0500
committerBilly Donahue <billy.donahue@mongodb.com>2018-02-14 12:49:59 -0500
commit87a217c70c86a9cd1a3ff1622caefc147b110144 (patch)
tree591c1ed3f69c1d7557e2493febc9d6f8cf4d50cb /src/mongo/db/service_entry_point_mongod.h
parent8865f48da84e0864ddd21f64f067bce5868345c2 (diff)
downloadmongo-87a217c70c86a9cd1a3ff1622caefc147b110144.tar.gz
SERVER-33214 ServiceEntryPointCommon
common base for service_entry_point_embedded and service_entry_point_mongod. Use the deps of service_entry_point_embedded as a starting point for the deps of service_entry_point_common.
Diffstat (limited to 'src/mongo/db/service_entry_point_mongod.h')
-rw-r--r--src/mongo/db/service_entry_point_mongod.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/service_entry_point_mongod.h b/src/mongo/db/service_entry_point_mongod.h
index 1c41dfe6540..49922e40c0f 100644
--- a/src/mongo/db/service_entry_point_mongod.h
+++ b/src/mongo/db/service_entry_point_mongod.h
@@ -42,6 +42,9 @@ class ServiceEntryPointMongod final : public ServiceEntryPointImpl {
public:
using ServiceEntryPointImpl::ServiceEntryPointImpl;
DbResponse handleRequest(OperationContext* opCtx, const Message& request) override;
+
+private:
+ class Hooks;
};
} // namespace mongo