diff options
author | prateek <[email protected]> | 2022-02-10 16:50:32 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:32 +0300 |
commit | 30744531a4767f053be08b22b325594d7ed8ffb3 (patch) | |
tree | 966d83b628fe8eb009a88787e248a9d2884e79fc /library/cpp/messagebus/oldmodule | |
parent | ae11a371d50c25e7fff450f692a12cba03ceaf4f (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/oldmodule')
-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 5e26e7e1e56..cb31217dd84 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(); }; |