#include <Logout.H>
Inheritance diagram for Logout:
Public Member Functions | |
Logout (const ActionType type=LOGOUT) | |
Null constructor. | |
void | set_response (const string &xml_payload, DomParser *parser) |
Pure virtual method to set response from a XML document. | |
void | set_xml_template (const string &xml_template) |
Sets the xml template and parses the tags (pure virtual). |
|
Pure virtual method to set response from a XML document.
Implements Action. |
|
Sets the xml template and parses the tags (pure virtual).
Implements Action. |