FACT++  1.0
string ServiceList::GetComment ( const std::string &  server,
const std::string &  name 
) const

Get a description describing the given command or service if available.

Parameters
serverthe server name, e.g. SERVER
namethe service name, e.g. EXIT
Returns
string with the stored comment

Definition at line 458 of file ServiceList.cc.

Referenced by end().

459 {
460  return GetComment(server+"/"+name);
461 }
std::string GetComment(const std::string &server, const std::string &name) const
Definition: ServiceList.cc:458

+ Here is the caller graph for this function: