diff options
author | quick <quick@yandex-team.ru> | 2022-02-10 16:50:34 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:34 +0300 |
commit | 2dd8fdb1ffb3a41a06df16a87e9f25f9daf31973 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/rain_check/core/task.h | |
parent | aa9a314f252b3cd271b4fc5ba7f042ace11ec744 (diff) | |
download | ydb-2dd8fdb1ffb3a41a06df16a87e9f25f9daf31973.tar.gz |
Restoring authorship annotation for <quick@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/rain_check/core/task.h')
-rw-r--r-- | library/cpp/messagebus/rain_check/core/task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/rain_check/core/task.h b/library/cpp/messagebus/rain_check/core/task.h index 61d1501a8e..7d8778bcda 100644 --- a/library/cpp/messagebus/rain_check/core/task.h +++ b/library/cpp/messagebus/rain_check/core/task.h @@ -156,7 +156,7 @@ namespace NRainCheck { bool IsRunningInThisThread() const; void AssertInThisThread() const; static TTaskRunnerBase* CurrentTask(); - static ITaskBase* CurrentTaskImpl(); + static ITaskBase* CurrentTaskImpl(); TString GetStatusSingleLine(); |