aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/client/fwd.h
blob: d4449d4ac10d429fc84ca6acbdfc12a2f39d550b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include <util/generic/ptr.h>

namespace NYT {

////////////////////////////////////////////////////////////////////////////////

class TPingableTransaction;

class TClient;
using TClientPtr = ::TIntrusivePtr<TClient>;

////////////////////////////////////////////////////////////////////////////////

} // namespace NYT