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