Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

eppobject::epp::epp_TransID Class Reference

Class containing transaction ID elements assigned by the server to the command for which the response is being returned. More...

#include <epp_TransID.h>

List of all members.

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
Note:
Cannot set simple types to NULL.
More...


 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...


Detailed Description

Class containing transaction ID elements assigned by the server to the command for which the response is being returned.


Constructor & Destructor Documentation

eppobject::epp::epp_TransID::epp_TransID   [inline]
 

Null constructor.

virtual eppobject::epp::epp_TransID::~epp_TransID   [inline, virtual]
 

Destructor.

eppobject::epp::epp_TransID::epp_TransID epp_trid    _m_client_trid,
epp_trid    _m_server_trid
[inline]
 

Constructor, using simple types when it can

Note:
Cannot set simple types to NULL.

eppobject::epp::epp_TransID::epp_TransID epp_trid_ref    _m_client_trid,
epp_trid_ref    _m_server_trid
[inline]
 

Constructor, using only references.


Member Data Documentation

epp_trid_ref eppobject::epp::epp_TransID::m_client_trid
 

Client transaction ID associated with the command.

epp_trid_ref eppobject::epp::epp_TransID::m_server_trid
 

Server transaction ID assigned by and unique to the server.


The documentation for this class was generated from the following file:
Generated on Fri Mar 22 15:48:48 2002 for epprtk c++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001