LeviLamina
Loading...
Searching...
No Matches
WebSocket_DEPRECATED.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/http/StatusCode.h"
7#include "mc/deps/core/http/WebSocket.h"
8
9namespace Bedrock::Http {
10
12public:
13 // member variables
14 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 0
28 virtual ~WebSocket_DEPRECATED() /*override*/ = default;
29 // NOLINTEND
30};
31
32} // namespace Bedrock::Http
Definition WebSocket_DEPRECATED.h:11
Definition WebSocket.h:19
Definition Alias.h:14