فهرست منبع

Migrated xtend code to 2.6.0

Andreas Mülder 11 سال پیش
والد
کامیت
aaed7d8ade

+ 2 - 2
plugins/org.yakindu.sct.generator.cpp/src/org/yakindu/sct/generator/cpp/StatemachineHeader.xtend

@@ -81,7 +81,7 @@ class StatemachineHeader extends Statemachine {
 			
 				«statemachineTypeDecl»
 				
-				«functionPrototypes»
+				«prototypes»
 		};
 		
 		«FOR s : it.scopes.filter(typeof(StatechartScope)) SEPARATOR StringConcatenation.DEFAULT_LINE_DELIMITER»
@@ -271,7 +271,7 @@ class StatemachineHeader extends Statemachine {
 	 */
 	 
 	/** */
-	def dispatch functionPrototypes(ExecutionFlow it) '''
+	def prototypes(ExecutionFlow it) '''
 		// prototypes of all internal functions
 		
 		«checkFunctions.toPrototypes»