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

Reimplemented from InterpreterV8.

Definition at line 172 of file RemoteControl.h.

172 { return ProcessCommand(str, false); }
char str[80]
Definition: test_client.c:7
bool ProcessCommand(const std::string &str, bool change=true)
Definition: RemoteControl.cc:5