diff options
author | Alexander Rutkovsky <alexvru@mail.ru> | 2022-02-10 16:47:40 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:40 +0300 |
commit | 667a4ee7da2e004784b9c3cfab824a81e96f4d66 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/actors/interconnect/interconnect_proxy_wrapper.h | |
parent | f3646f91e0de459836a7800b9ce3e8dc57a2ab3a (diff) | |
download | ydb-667a4ee7da2e004784b9c3cfab824a81e96f4d66.tar.gz |
Restoring authorship annotation for Alexander Rutkovsky <alexvru@mail.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/actors/interconnect/interconnect_proxy_wrapper.h')
-rw-r--r-- | library/cpp/actors/interconnect/interconnect_proxy_wrapper.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/library/cpp/actors/interconnect/interconnect_proxy_wrapper.h b/library/cpp/actors/interconnect/interconnect_proxy_wrapper.h index de7250d200..e5942351a7 100644 --- a/library/cpp/actors/interconnect/interconnect_proxy_wrapper.h +++ b/library/cpp/actors/interconnect/interconnect_proxy_wrapper.h @@ -1,12 +1,12 @@ -#pragma once - -#include "interconnect_common.h" - -#include <library/cpp/actors/core/actorsystem.h> - -namespace NActors { - - TProxyWrapperFactory CreateProxyWrapperFactory(TIntrusivePtr<TInterconnectProxyCommon> common, ui32 poolId, - class TInterconnectMock *mock = nullptr); - -} +#pragma once + +#include "interconnect_common.h" + +#include <library/cpp/actors/core/actorsystem.h> + +namespace NActors { + + TProxyWrapperFactory CreateProxyWrapperFactory(TIntrusivePtr<TInterconnectProxyCommon> common, ui32 poolId, + class TInterconnectMock *mock = nullptr); + +} |