summaryrefslogtreecommitdiff
path: root/src/mongo/s/service_entry_point_mongos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/service_entry_point_mongos.h')
-rw-r--r--src/mongo/s/service_entry_point_mongos.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/s/service_entry_point_mongos.h b/src/mongo/s/service_entry_point_mongos.h
index 085b5991d5c..17d99fa3a01 100644
--- a/src/mongo/s/service_entry_point_mongos.h
+++ b/src/mongo/s/service_entry_point_mongos.h
@@ -44,7 +44,8 @@ class ServiceEntryPointMongos final : public ServiceEntryPointImpl {
public:
using ServiceEntryPointImpl::ServiceEntryPointImpl;
- DbResponse handleRequest(OperationContext* opCtx, const Message& request) override;
+ Future<DbResponse> handleRequest(OperationContext* opCtx,
+ const Message& request) noexcept override;
};
} // namespace mongo