blob: de7250d200f885a500f5efdc925b85c74e07c597 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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);
}
|