#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. |
|
Returns Client ID.
|
|
Returns text language.
|
|
Returns new password.
|
|
Returns password.
|
|
Returns protocol version.
|
|
Reset attributes. reset attributes Reimplemented from Command. |
|
Sets Client ID.
|
|
Sets text language.
|
|
Sets new password.
|
|
Sets password.
|
|
Sets protocol version.
|