dol: initial dol commit
[jump.git] / dol / src / dol / visitor / hdsd / scd / fsm / scd_stm_failed.cpp
1 #include "fsm/scd_stm_failed.h"
2
3 #include "scd_logging.h"
4 #include "scd_exception.h"
5
6
7 bool scd_stm_failed::active() const { return false; }
8
9
10 bool scd_stm_failed::failed() const { return true; }