diff options
author | chernyak <chernyak@yandex-team.ru> | 2022-02-10 16:50:29 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:29 +0300 |
commit | 27d9c978ef36b8d6a70f60a38957f25d75192f70 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/test/helper | |
parent | f2b67f65c49b38a882b6407926cece6fe49bd066 (diff) | |
download | ydb-27d9c978ef36b8d6a70f60a38957f25d75192f70.tar.gz |
Restoring authorship annotation for <chernyak@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/test/helper')
-rw-r--r-- | library/cpp/messagebus/test/helper/example.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/messagebus/test/helper/example.h b/library/cpp/messagebus/test/helper/example.h index 51ca899a216..26b74753088 100644 --- a/library/cpp/messagebus/test/helper/example.h +++ b/library/cpp/messagebus/test/helper/example.h @@ -80,7 +80,7 @@ namespace NBus { void SendMessages(size_t count, const TNetAddr* addr = nullptr); void SendMessages(size_t count, const TNetAddr& addr); - + void ResetCounters(); void WaitReplies(); EMessageStatus WaitForError(); @@ -113,7 +113,7 @@ namespace NBus { const TBusServerSessionConfig& sessionConfig = TBusServerSessionConfig()); TExampleServer(unsigned port, const char* name = "TExampleServer"); - + ~TExampleServer() override; public: |