#include <BrDomainInfo.H>
Inheritance diagram for BrDomainInfo:
Public Member Functions | |
BrDomainInfo (const ActionType type=BR_DOMAIN_INFO) | |
Constructor. | |
void | set_xml_template (const string &xml_template) |
Sets XML template. | |
BrDomainInfoCmd * | get_command () |
Returns raw pointer to the command. | |
BrDomainInfoRsp * | get_response () |
Returns raw pointer to the response. |
BrDomainInfoCmd* BrDomainInfo::get_command | ( | ) | [inline] |
Returns raw pointer to the command.
Reimplemented from DomainInfo.
BrDomainInfoRsp* BrDomainInfo::get_response | ( | ) | [inline] |
Returns raw pointer to the response.
Reimplemented from DomainInfo.
void BrDomainInfo::set_xml_template | ( | const string & | xml_template | ) | [virtual] |