Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjung2012-08-27 19:24:34 +0000
committertjung2012-08-27 19:24:34 +0000
commit7cd91fcb6f7e1283c6c21a2e9f011621e35465ca (patch)
treee7c50839cea2f3979464bb5739696a5b979f216f /examples
parent483c4b5d644eed035705de402aec791a8416a3c1 (diff)
downloadorg.eclipse.etrice-7cd91fcb6f7e1283c6c21a2e9f011621e35465ca.tar.gz
org.eclipse.etrice-7cd91fcb6f7e1283c6c21a2e9f011621e35465ca.tar.xz
org.eclipse.etrice-7cd91fcb6f7e1283c6c21a2e9f011621e35465ca.zip
[tutorials] dtor added
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.etrice.tutorials/model/PedLightsController/PedLightsController.room2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.etrice.tutorials/model/PedLightsController/PedLightsController.room b/examples/org.eclipse.etrice.tutorials/model/PedLightsController/PedLightsController.room
index 257737664..d7eadcf53 100644
--- a/examples/org.eclipse.etrice.tutorials/model/PedLightsController/PedLightsController.room
+++ b/examples/org.eclipse.etrice.tutorials/model/PedLightsController/PedLightsController.room
@@ -39,7 +39,7 @@ RoomModel PedLightsController {
external Port ControlPort
}
Behavior {
- Operation destroyUser() {
+ Operation ~GuiAdapter() {
"lights.closeWindow();"
}
StateMachine {

Back to the top