summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform/ChartToPromela.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/transform/ChartToPromela.h')
-rw-r--r--src/uscxml/transform/ChartToPromela.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/uscxml/transform/ChartToPromela.h b/src/uscxml/transform/ChartToPromela.h
index d846e03..ead0ef0 100644
--- a/src/uscxml/transform/ChartToPromela.h
+++ b/src/uscxml/transform/ChartToPromela.h
@@ -72,13 +72,13 @@ protected:
void writeStrings(std::ostream& stream);
- void writeCancelEvents(std::ostream& stream, int indent = 0);
- void writeScheduleMachines(std::ostream& stream, int indent = 0);
- void writeDetermineShortestDelay(std::ostream& stream, int indent = 0);
- void writeRescheduleProcess(std::ostream& stream, int indent = 0);
- void writeInsertWithDelay(std::ostream& stream, int indent = 0);
- void writeAdvanceTime(std::ostream& stream, int indent = 0);
- void writeRemovePendingEventsFromInvoker(std::ostream& stream, int indent = 0);
+ void writeCancelEvents(std::ostream& stream, size_t indent = 0);
+ void writeScheduleMachines(std::ostream& stream, size_t indent = 0);
+ void writeDetermineShortestDelay(std::ostream& stream, size_t indent = 0);
+ void writeRescheduleProcess(std::ostream& stream, size_t indent = 0);
+ void writeInsertWithDelay(std::ostream& stream, size_t indent = 0);
+ void writeAdvanceTime(std::ostream& stream, size_t indent = 0);
+ void writeRemovePendingEventsFromInvoker(std::ostream& stream, size_t indent = 0);
void prepare();