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

Definition at line 145 of file RemoteControl.h.

145 { return fImp ? fImp->GetServerList() : vector<string>(); }
StateMachineDimControl * fImp
Definition: RemoteControl.h:70
std::vector< std::string > GetServerList()