#include <epp_MessageQueue.h>
Public Methods | |
| epp_MessageQueue () | |
| Null constructor. More... | |
| virtual | ~epp_MessageQueue () |
| Destructor. More... | |
| epp_MessageQueue (epp_long _m_count, epp_datetime _m_queue_date) | |
Constructor, using simple types when it can
| |
| epp_MessageQueue (epp_long_ref _m_count, epp_datetime_ref _m_queue_date) | |
| Constructor, using only references. More... | |
Public Attributes | |
| epp_long_ref | m_count |
| Number of service messages queued for client retrieval. More... | |
| epp_datetime_ref | m_queue_date |
| Date and time that a particular message was enqueued. More... | |
|
|
Null constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
Constructor, using simple types when it can
|
|
||||||||||||
|
Constructor, using only references.
|
|
|
Number of service messages queued for client retrieval.
|
|
|
Date and time that a particular message was enqueued.
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001