#include <LoginCmd.H>
Inheritance diagram for LoginCmd:
Public Member Functions | |
LoginCmd (bool reset=true) | |
Default constructor. | |
void | set_clID (const string &clID) |
Sets Client ID. | |
void | set_pw (const string &pw) |
Sets password. | |
void | set_new_pw (const string &new_pw) |
Sets new password. | |
void | set_version (const string &version) |
Sets protocol version. | |
void | set_lang (const string &lang) |
Sets text language. | |
string | get_clID () |
Returns Client ID. | |
string | get_pw () |
Returns password. | |
string | get_new_pw () |
Returns new password. | |
string | get_version () |
Returns protocol version. | |
string | get_lang () |
Returns text language. | |
void | reset () |
Reset attributes. | |
Protected Attributes | |
string | _clID |
Client ID. | |
string | _pw |
Password. | |
string | _new_pw |
New Password (optional). | |
string | _version |
Protocol version. | |
string | _lang |
Text language. |
string LoginCmd::get_clID | ( | ) | [inline] |
Returns Client ID.
string LoginCmd::get_lang | ( | ) | [inline] |
Returns text language.
string LoginCmd::get_new_pw | ( | ) | [inline] |
Returns new password.
string LoginCmd::get_pw | ( | ) | [inline] |
Returns password.
string LoginCmd::get_version | ( | ) | [inline] |
Returns protocol version.
void LoginCmd::reset | ( | ) | [inline] |
void LoginCmd::set_clID | ( | const string & | clID | ) | [inline] |
Sets Client ID.
clID | Client ID |
void LoginCmd::set_lang | ( | const string & | lang | ) | [inline] |
Sets text language.
lang | Text language |
void LoginCmd::set_new_pw | ( | const string & | new_pw | ) | [inline] |
Sets new password.
new_pw | New password |
void LoginCmd::set_pw | ( | const string & | pw | ) | [inline] |
Sets password.
pw | Password |
void LoginCmd::set_version | ( | const string & | version | ) | [inline] |
Sets protocol version.
version | Protocol version |