This commit is contained in:
Nadja Reitzenstein 2022-04-21 20:08:55 +02:00
parent ea388f998c
commit 2977a0f5d9
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ $CSharp.namespace("FabAccessAPI.Schema");
using General = import "general.capnp"; using General = import "general.capnp";
using Machine = import "machine.capnp".Machine; using Machine = import "machine.capnp".Machine;
interface MachineSystem struct MachineSystem
{ {
info @0 :Info; info @0 :Info;
interface Info $CSharp.name("InfoInterface") { interface Info $CSharp.name("InfoInterface") {

View File

@ -9,7 +9,7 @@ $CSharp.namespace("FabAccessAPI.Schema");
using General = import "general.capnp"; using General = import "general.capnp";
using User = import "user.capnp".User; using User = import "user.capnp".User;
interface UserSystem struct UserSystem
{ {
info @0 :Info; info @0 :Info;
interface Info $CSharp.name("InfoInterface") { interface Info $CSharp.name("InfoInterface") {