LeviLamina
Loading...
Searching...
No Matches
AesAdapter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/nether_net/utils/ErrorOr.h"
7#include "mc/external/rtc/AsyncSocketAdapter.h"
8
9namespace NetherNet {
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 virtual ~AesAdapter() /*override*/;
16
17 virtual ::NetherNet::ErrorOr<void, ::std::error_code> SetKey(uint64 id) = 0;
18 // NOLINTEND
19
20public:
21 // destructor thunk
22 // NOLINTBEGIN
23 MCNAPI void $dtor();
24 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29
30 // NOLINTEND
31};
32
33} // namespace NetherNet
Definition AesAdapter.h:11
Definition AsyncSocketAdapter.h:17