#include <Login.H>
Inheritance diagram for Login:
Public Member Functions | |
Login (const ActionType type=LOGIN) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets the xml template and parses the tags. | |
void | set_response (const string &xml_payload, DomParser *parser) |
Sets the response attribute. | |
LoginCmd * | get_command () |
Returns raw pointer to the command. |
|
Returns raw pointer to the command.
Reimplemented from Action. |
|
Sets the response attribute.
Implements Action. |
|
Sets the xml template and parses the tags.
Implements Action. |