#include <epp_TransID.h>
Public Methods | |
epp_TransID () | |
Null constructor. More... | |
virtual | ~epp_TransID () |
Destructor. More... | |
epp_TransID (epp_trid _m_client_trid, epp_trid _m_server_trid) | |
Constructor, using simple types when it can
| |
epp_TransID (epp_trid_ref _m_client_trid, epp_trid_ref _m_server_trid) | |
Constructor, using only references. More... | |
Public Attributes | |
epp_trid_ref | m_client_trid |
Client transaction ID associated with the command. More... | |
epp_trid_ref | m_server_trid |
Server transaction ID assigned by and unique to the server. More... |
|
Null constructor.
|
|
Destructor.
|
|
Constructor, using simple types when it can
|
|
Constructor, using only references.
|
|
Client transaction ID associated with the command.
|
|
Server transaction ID assigned by and unique to the server.
|