73 #endif //__POLL_CMD_H__
EPP PollCmd Class.
Definition: PollCmd.H:21
string get_msgID() const
Returns the msgID of the message.
Definition: PollCmd.H:54
string _msgID
Message id.
Definition: PollCmd.H:68
string get_op() const
Returns the operation of the poll command.
Definition: PollCmd.H:48
void set_op(const string &op)
Sets the operation of the poll command ("req" or "ack")
Definition: PollCmd.H:36
void set_msgID(const string &msgID)
Sets the msgID of the message being acknowledged.
Definition: PollCmd.H:42
void reset()
Reset object attributes.
Definition: Command.H:33
EPP Command Class.
Definition: Command.H:18
void reset()
reset attributes
Definition: PollCmd.H:57
PollCmd(bool reset=true)
Default constructor.
Definition: PollCmd.H:25
string _op
Operation.
Definition: PollCmd.H:65