diff options
author | prateek <prateek@yandex-team.ru> | 2022-02-10 16:50:32 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:32 +0300 |
commit | 06e925754c8de946ff79d538bde1e6424cbd4cbb (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/oldmodule/startsession.h | |
parent | 30744531a4767f053be08b22b325594d7ed8ffb3 (diff) | |
download | ydb-06e925754c8de946ff79d538bde1e6424cbd4cbb.tar.gz |
Restoring authorship annotation for <prateek@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/oldmodule/startsession.h')
-rw-r--r-- | library/cpp/messagebus/oldmodule/startsession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/oldmodule/startsession.h b/library/cpp/messagebus/oldmodule/startsession.h index cb31217dd8..5e26e7e1e5 100644 --- a/library/cpp/messagebus/oldmodule/startsession.h +++ b/library/cpp/messagebus/oldmodule/startsession.h @@ -27,7 +27,7 @@ namespace NBus { public: TBusStarter(TBusModule* module, const TBusSessionConfig& config); ~TBusStarter(); - + void Shutdown(); }; |