diff options
author | primate <primate@yandex-team.ru> | 2022-02-10 16:50:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:30 +0300 |
commit | 1b3ecf4f5d9886fa884c00b7ff0a5d79207f9b8a (patch) | |
tree | fac989cb84a076834dd0f6db85af78ee673402b8 /library/cpp/messagebus/socket_addr.h | |
parent | f7835298a8840c8e5d98715bf23efa9c7e03b9c4 (diff) | |
download | ydb-1b3ecf4f5d9886fa884c00b7ff0a5d79207f9b8a.tar.gz |
Restoring authorship annotation for <primate@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/socket_addr.h')
-rw-r--r-- | library/cpp/messagebus/socket_addr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/socket_addr.h b/library/cpp/messagebus/socket_addr.h index 959eafe6895..31ad5faaef4 100644 --- a/library/cpp/messagebus/socket_addr.h +++ b/library/cpp/messagebus/socket_addr.h @@ -87,7 +87,7 @@ namespace NBus { TBusSocketAddr(const NAddr::IRemoteAddr*); TBusSocketAddr(const TNetAddr&); TBusSocketAddr(TStringBuf host, unsigned port); - + TNetAddr ToNetAddr() const; bool operator==(const TBusSocketAddr& that) const { |