Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.room')
-rw-r--r--examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.room4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.room b/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.room
index 8054390a4..72395a840 100644
--- a/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.room
+++ b/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.room
@@ -132,7 +132,7 @@ RoomModel cGenRef {
Attribute attribute2: DataClass1
}
Behavior {
- @BehaviorManual
+ //@BehaviorManual
Operation operation1(argument1:int32, argument2: DataClass1 ref){""}
}
}
@@ -144,7 +144,7 @@ RoomModel cGenRef {
external Port dataIn
}
Behavior {
- @BehaviorManual
+ //@BehaviorManual
}
}

Back to the top