summaryrefslogtreecommitdiffstats
path: root/fnet/src/vespa/fnet/frt/frt.h
blob: 9c8441e4a1dae9498c0a4c072e4daaa6e3c95979 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

class FRT_Invokable;
class FRT_IAbortHandler;
class FRT_IReturnHandler;
class FRT_ICleanupHandler;
class FRT_ISharedBlob;

class FRT_MemoryTub;
class FRT_Method;
class FRT_PacketFactory;
class FRT_ReflectionBuilder;
class FRT_ReflectionManager;
class FRT_RPCErrorPacket;
class FRT_RPCInvoker;
class FRT_RPCReplyPacket;
class FRT_RPCRequest;
class FRT_RPCRequestPacket;
class FRT_Supervisor;
class FRT_Target;
class FRT_Values;

#include <vespa/fnet/fnet.h>
#include "error.h"
#include "isharedblob.h"
#include "invokable.h"
#include "memorytub.h"
#include "values.h"
#include "reflection.h"
#include "rpcrequest.h"
#include "packets.h"
#include "invoker.h"
#include "supervisor.h"
#include "target.h"