diff options
author | zhenyok <zhenyok@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 | ae11a371d50c25e7fff450f692a12cba03ceaf4f (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/remote_connection_status.h | |
parent | b4b9936f4dce18fb9da09a1e46342c289d19663b (diff) | |
download | ydb-ae11a371d50c25e7fff450f692a12cba03ceaf4f.tar.gz |
Restoring authorship annotation for <zhenyok@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/remote_connection_status.h')
-rw-r--r-- | library/cpp/messagebus/remote_connection_status.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/messagebus/remote_connection_status.h b/library/cpp/messagebus/remote_connection_status.h index 46d83ba4cd..5db10e51ea 100644 --- a/library/cpp/messagebus/remote_connection_status.h +++ b/library/cpp/messagebus/remote_connection_status.h @@ -11,10 +11,10 @@ #include <library/cpp/deprecated/enum_codegen/enum_codegen.h> -namespace NBus { - class TConnectionStatusMonRecord; -} - +namespace NBus { + class TConnectionStatusMonRecord; +} + namespace NBus { namespace NPrivate { #define WRITER_STATE_MAP(XX) \ |