diff options
author | luckygeck <[email protected]> | 2022-02-10 16:49:18 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:18 +0300 |
commit | cb691264f012c552bac85a9fe352baa062cd81dd (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/config/netaddr.cpp | |
parent | 48ea53d4c114c948fa16fee5ec66de2552c93471 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/config/netaddr.cpp')
-rw-r--r-- | library/cpp/messagebus/config/netaddr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/messagebus/config/netaddr.cpp b/library/cpp/messagebus/config/netaddr.cpp index bb670ca50e5..962ac538e27 100644 --- a/library/cpp/messagebus/config/netaddr.cpp +++ b/library/cpp/messagebus/config/netaddr.cpp @@ -27,8 +27,8 @@ namespace NBus { return AF_INET6; } Y_FAIL(); - } - + } + class TNetworkAddressRef: private TNetworkAddress, public TAddrInfo { public: TNetworkAddressRef(const TNetworkAddress& na, const TAddrInfo& ai) |