Skip to content

Commit

Permalink
Regenerate SCXML
Browse files Browse the repository at this point in the history
  • Loading branch information
dziegel committed Aug 23, 2024
1 parent d220e34 commit e9b52f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/generated/IScXmlTestImpl.hxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Statemachine ScXmlTest implementation interface
// Generated: 22.08.24, 11:29
// Generated: 23.08.24, 06:49

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion test/generated/ScXmlTestDeclaration.hxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Statemachine ScXmlTest declaration
// Generated: 22.08.24, 11:29
// Generated: 23.08.24, 06:49

#pragma once

Expand Down
4 changes: 2 additions & 2 deletions test/generated/ScXmlTestInstance.hxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Statemachine ScXmlTest instance
// Generated: 22.08.24, 11:29
// Generated: 23.08.24, 06:49

#pragma once

Expand Down Expand Up @@ -33,7 +33,7 @@ static ScXmlTest::Transition State_1State_2Handler(ScXmlTest::ImplPtr impl, ScXm
{
case ScXmlTest_GET_STATIC_EVENT_ID(Internal):
static const auto kActions1 = std::to_array<ScXmlTest::Transition::ActionType>({&ScXmlTest::Impl::State2InternalAction});
return ScXmlTest::TransitionTo(ScXmlTest::kNone, kActions1);
return ScXmlTest::NoTransition(kActions1);
break;

case ScXmlTest_GET_STATIC_EVENT_ID(Transition_3):
Expand Down

0 comments on commit e9b52f3

Please sign in to comment.