summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.h
diff options
context:
space:
mode:
authorclang-format 12.0.1 <>2023-02-10 04:44:29 -0800
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-11 08:00:01 +0000
commitf63255ee677ecae5896d6f35dd712ed60ae8c39a (patch)
tree97ffffa8d6f9e1a131aeb1ccc1d42f133f8407fd /src/mongo/db/service_entry_point_common.h
parent375366e3f317d18717df24f861b09c4d2f8fb27f (diff)
downloadmongo-f63255ee677ecae5896d6f35dd712ed60ae8c39a.tar.gz
SERVER-72197 Run clang-format 12.0.1 on the codebase
Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
Diffstat (limited to 'src/mongo/db/service_entry_point_common.h')
-rw-r--r--src/mongo/db/service_entry_point_common.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/mongo/db/service_entry_point_common.h b/src/mongo/db/service_entry_point_common.h
index 266a7504553..a1936351181 100644
--- a/src/mongo/db/service_entry_point_common.h
+++ b/src/mongo/db/service_entry_point_common.h
@@ -83,19 +83,18 @@ struct ServiceEntryPointCommon {
virtual void attachCurOpErrInfo(OperationContext* opCtx, const BSONObj& replyObj) const = 0;
- virtual bool refreshDatabase(OperationContext* opCtx, const StaleDbRoutingVersion& se) const
- noexcept = 0;
+ virtual bool refreshDatabase(OperationContext* opCtx,
+ const StaleDbRoutingVersion& se) const noexcept = 0;
- virtual bool refreshCollection(OperationContext* opCtx, const StaleConfigInfo& se) const
- noexcept = 0;
+ virtual bool refreshCollection(OperationContext* opCtx,
+ const StaleConfigInfo& se) const noexcept = 0;
virtual bool refreshCatalogCache(
- OperationContext* opCtx, const ShardCannotRefreshDueToLocksHeldInfo& refreshInfo) const
- noexcept = 0;
+ OperationContext* opCtx,
+ const ShardCannotRefreshDueToLocksHeldInfo& refreshInfo) const noexcept = 0;
- virtual void handleReshardingCriticalSectionMetrics(OperationContext* opCtx,
- const StaleConfigInfo& se) const
- noexcept = 0;
+ virtual void handleReshardingCriticalSectionMetrics(
+ OperationContext* opCtx, const StaleConfigInfo& se) const noexcept = 0;
virtual void resetLockerState(OperationContext* opCtx) const noexcept = 0;