mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-11 14:21:44 +01:00
prodable machines
This commit is contained in:
parent
19f20f5154
commit
cde4677575
@ -65,6 +65,11 @@ struct Machine {
|
||||
releasefortakeover @2 ();
|
||||
}
|
||||
|
||||
prodable @16 :Prodable;
|
||||
interface Prodable $CSharp.name("ProdInterface") {
|
||||
prodWithData @0 (data :Data);
|
||||
}
|
||||
|
||||
takeover @9 :Takeover;
|
||||
interface Takeover $CSharp.name("TakeoverInterface") {
|
||||
accept @0 ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user