File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ struct DeleteOption;
31
31
struct ExecOption ;
32
32
struct KillOption ;
33
33
struct ListOption ;
34
- class Signal ;
35
34
struct StartOption ;
36
35
struct StateOption ;
37
36
struct GlobalOption ;
Original file line number Diff line number Diff line change 2
2
3
3
#include < string>
4
4
5
- namespace ocppi ::runtime
6
- {
7
-
8
- class Signal : public std ::string {
9
- using std::string::string;
10
- };
5
+ namespace ocppi ::runtime {
11
6
7
+ using Signal = std::string;
12
8
}
Original file line number Diff line number Diff line change 10
10
#include " ocppi/runtime/DeleteOption.hpp"
11
11
#include " ocppi/runtime/FeaturesOption.hpp"
12
12
#include " ocppi/runtime/KillOption.hpp"
13
+ #include " ocppi/runtime/Signal.hpp"
13
14
#include " ocppi/runtime/StartOption.hpp"
14
15
#include " ocppi/runtime/StateOption.hpp"
15
16
#include " ocppi/runtime/features/types/Features.hpp"
@@ -24,8 +25,6 @@ namespace state::types
24
25
struct State ;
25
26
}
26
27
27
- class Signal ;
28
-
29
28
class SpecRuntime {
30
29
public:
31
30
SpecRuntime () = default ;
You can’t perform that action at this time.
0 commit comments