FACT++  1.0
template<class T>
vector<string> RemoteControl< T >::GetCommandList ( const string &  server) const
inlineprotected

Definition at line 146 of file RemoteControl.h.

146 { return fImp ? fImp->GetCommandList(server) : vector<string>(); }
std::vector< std::string > GetCommandList(const std::string &server)
StateMachineDimControl * fImp
Definition: RemoteControl.h:70