#ifndef SuperState_hpp #define SuperState_hpp #include #include #include "StateMachine.hpp" #include "SubState.hpp" class StateMachine; class SubState; //STEP 1 of 3: UNCOMMENT THE FOLLOWING LINE //class SuperState: public boost::statechart::simple_state { //STEP 2 of 3: COMMENT OUT THE FOLLOWING LINE class SuperState: public boost::statechart::simple_state { public: SuperState(){ std::cout<<"Entered into SuperState."<