Definition at line 715 of file skypeclient.cc.
References Configuration::AddOptions(), Configuration::GetName(), and po_bool().
Referenced by main().
717 const string n = conf.
GetName()+
".log";
719 po::options_description config(
"Skype client options");
721 (
"user", var<string>(
"www.fact-project.org"),
"If a user is given only connection to a skype with this user are accepted.")
722 (
"allow-raw",
po_bool(
false),
"This allows sending raw messages to the SKype API (for debugging)")
void AddOptions(const po::options_description &opt, bool visible=true)
po::typed_value< bool > * po_bool(bool def=false)
const std::string & GetName() const