LeviLamina
Loading...
Searching...
No Matches
FileListProgress.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace RakNet { class FileList; }
8namespace RakNet { struct SystemAddress; }
9// clang-format on
10
11namespace RakNet {
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 0
18 virtual ~FileListProgress() = default;
19
20 // vIndex: 1
21 virtual void OnAddFilesFromDirectoryStarted(::RakNet::FileList*, char*);
22
23 // vIndex: 2
24 virtual void OnDirectory(::RakNet::FileList*, char*, uint);
25
26 // vIndex: 3
27 virtual void OnFile(::RakNet::FileList*, char*, char*, uint);
28
29 // vIndex: 4
30 virtual void OnFilePush(char const*, uint, uint, uint, bool, ::RakNet::SystemAddress, ushort);
31
32 // vIndex: 5
33 virtual void OnFilePushesComplete(::RakNet::SystemAddress, ushort);
34
35 // vIndex: 6
36 virtual void OnSendAborted(::RakNet::SystemAddress);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48
49 // NOLINTEND
50};
51
52} // namespace RakNet
Definition FileListProgress.h:13
Definition FileList.h:7
Definition SystemAddress.h:7