FACT++  1.0
template<class T>
bool RemoteControl< T >::JsNewState ( int  s,
const string &  n,
const string &  c 
)
inlineprotectedvirtual

Reimplemented from InterpreterV8.

Definition at line 194 of file RemoteControl.h.

195  {
196  return fImp && fImp->AddStateName(s, n, c);
197  }
StateMachineDimControl * fImp
Definition: RemoteControl.h:70
bool AddStateName(const int state, const std::string &name, const std::string &doc="")