Example #1
0
int FSM::add_state(state s)
{
  cout<< "Adding state: "<<s.get_name()<<endl;
}