7 #ifndef __BR_ORG_INFO_H__
8 #define __BR_ORG_INFO_H__
29 if (type == BR_ORG_INFO) {
62 #endif //__BR_ORG_INFO_H__
BrOrgInfo(const ActionType type=BR_ORG_INFO)
Constructor.
Definition: BrOrgInfo.H:27
BrOrgInfoRsp * get_response()
Returns raw pointer to the response.
Definition: BrOrgInfo.H:54
EPP BrOrgInfoCmd Class.
Definition: BrOrgInfoCmd.H:21
EPP BrOrgInfo Class.
Definition: BrOrgInfo.H:23
auto_ptr< Response > _response
Generic response.
Definition: Action.H:79
void set_xml_template(const string &xml_template)
Sets XML template.
EPP BrOrgInfoRsp Class.
Definition: BrOrgInfoRsp.H:28
auto_ptr< Command > _command
Generic command.
Definition: Action.H:76
ActionType
Action Types.
Definition: CommonData.H:23
BrOrgInfoCmd * get_command()
Returns raw pointer to the command.
Definition: BrOrgInfo.H:45