diff options
author | kikht <kikht@yandex-team.ru> | 2022-02-10 16:45:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:14 +0300 |
commit | 194cae0e8855b11be2005e1eff12c660c3ee9774 (patch) | |
tree | ed29c437b616690880c017855ebe0be34fdf81a2 /library/cpp/messagebus/remote_connection.h | |
parent | 49116032d905455a7b1c994e4a696afc885c1e71 (diff) | |
download | ydb-194cae0e8855b11be2005e1eff12c660c3ee9774.tar.gz |
Restoring authorship annotation for <kikht@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/remote_connection.h')
-rw-r--r-- | library/cpp/messagebus/remote_connection.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/library/cpp/messagebus/remote_connection.h b/library/cpp/messagebus/remote_connection.h index 4538947368..91e343e171 100644 --- a/library/cpp/messagebus/remote_connection.h +++ b/library/cpp/messagebus/remote_connection.h @@ -1,18 +1,18 @@ #pragma once #include "async_result.h" -#include "defs.h" +#include "defs.h" #include "event_loop.h" -#include "left_right_buffer.h" -#include "lfqueue_batch.h" -#include "message_ptr_and_header.h" +#include "left_right_buffer.h" +#include "lfqueue_batch.h" +#include "message_ptr_and_header.h" #include "nondestroying_holder.h" #include "remote_connection_status.h" #include "scheduler_actor.h" #include "socket_addr.h" -#include "storage.h" +#include "storage.h" #include "vector_swaps.h" -#include "ybus.h" +#include "ybus.h" #include "misc/granup.h" #include "misc/tokenquota.h" @@ -21,11 +21,11 @@ #include <library/cpp/messagebus/actor/queue_for_actor.h> #include <library/cpp/messagebus/actor/queue_in_actor.h> #include <library/cpp/messagebus/scheduler/scheduler.h> - -#include <util/system/atomic.h> -#include <util/system/event.h> -#include <util/thread/lfstack.h> - + +#include <util/system/atomic.h> +#include <util/system/event.h> +#include <util/thread/lfstack.h> + namespace NBus { namespace NPrivate { class TRemoteConnection; |