diff options
author | quick <quick@yandex-team.ru> | 2022-02-10 16:50:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:33 +0300 |
commit | aa9a314f252b3cd271b4fc5ba7f042ace11ec744 (patch) | |
tree | 6dce39dccda22c864d3f0d4859c48d74de828214 /library/cpp/messagebus | |
parent | 37b41bf0956ce3c4d47e240dc8fc6b5a2e4638c0 (diff) | |
download | ydb-aa9a314f252b3cd271b4fc5ba7f042ace11ec744.tar.gz |
Restoring authorship annotation for <quick@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus')
-rw-r--r-- | library/cpp/messagebus/rain_check/core/task.cpp | 8 | ||||
-rw-r--r-- | library/cpp/messagebus/rain_check/core/task.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/messagebus/rain_check/core/task.cpp b/library/cpp/messagebus/rain_check/core/task.cpp index a098437d534..d284e1192dc 100644 --- a/library/cpp/messagebus/rain_check/core/task.cpp +++ b/library/cpp/messagebus/rain_check/core/task.cpp @@ -203,10 +203,10 @@ TTaskRunnerBase* TTaskRunnerBase::CurrentTask() { return ThreadCurrentTask; } -ITaskBase* TTaskRunnerBase::CurrentTaskImpl() { - return CurrentTask()->GetImplBase(); -} - +ITaskBase* TTaskRunnerBase::CurrentTaskImpl() { + return CurrentTask()->GetImplBase(); +} + TString TTaskRunnerBase::GetStatusSingleLine() { return TypeName(*Impl); } diff --git a/library/cpp/messagebus/rain_check/core/task.h b/library/cpp/messagebus/rain_check/core/task.h index 7d8778bcda5..61d1501a8e3 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(); |