Skip to content
Snippets Groups Projects
Commit d576ab5f authored by David Schiebener's avatar David Schiebener
Browse files

added undefine state for default returns

parent f23677f4
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ module armarx
**/
enum UnitExecutionState
{
eUndefinedUnitExecutionState,
eUnitConstructed,
eUnitInitialized,
eUnitStarted,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment