FACT++  1.0
template<class T>
void RemoteControl< T >::JsPrint ( const std::string &  msg)
inlineprotectedvirtual

Reimplemented from InterpreterV8.

Definition at line 176 of file RemoteControl.h.

176 { if (fImp) fImp->Comment(msg); }
int Comment(const std::string &str)
Definition: MessageImp.h:52
StateMachineDimControl * fImp
Definition: RemoteControl.h:70