LeviLamina
Loading...
Searching...
No Matches
FlightingService.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/services/ServiceClient.h"
7
8class FlightingService : public ::ServiceClient, public ::std::enable_shared_from_this<::FlightingService> {
9public:
10 // member variables
11 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 FlightingService& operator=(FlightingService const&);
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 // vIndex: 0
39 virtual ~FlightingService() /*override*/ = default;
40 // NOLINTEND
41};
Definition FlightingService.h:8
Definition ServiceClient.h:15
Definition Alias.h:14