diff options
author | zhenyok <[email protected]> | 2022-02-10 16:50:32 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:32 +0300 |
commit | b4b9936f4dce18fb9da09a1e46342c289d19663b (patch) | |
tree | 1368a616e0854115cdfae09d29013fa1133e333d /library/cpp/messagebus/remote_connection_status.h | |
parent | ebfae0ebbb895e280d4efda81e07d3cf667c1625 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 5db10e51eae..46d83ba4cdd 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) \ |