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

Definition at line 147 of file RemoteControl.h.

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