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

Reimplemented from InterpreterV8.

Definition at line 178 of file RemoteControl.h.

178 { if (fImp) fImp->Error(str.empty()?"|":("| "+str)); }
char str[80]
Definition: test_client.c:7
StateMachineDimControl * fImp
Definition: RemoteControl.h:70
int Error(const std::string &str)
Definition: MessageImp.h:49