#include <RoutingInfo.h>
Inheritance diagram for CODEX_Server::RoutingInfo:

Public Methods | |
| RoutingInfo (unsigned char *server, unsigned char *seqNum) | |
| The constructor takes ownership of the pointers passed to it. | |
| virtual | ~RoutingInfo () |
| Virtual destructor. | |
| const unsigned char * | server () const |
| |
| const unsigned char * | seqNum () const |
| |
Definition at line 27 of file RoutingInfo.h.
|
||||||||||||
|
The constructor takes ownership of the pointers passed to it.
Definition at line 35 of file RoutingInfo.h. References seqNum(), and server(). Referenced by CODEX_KeyService::RoutedClientMessageEvent< MT >::RoutedClientMessageEvent(), CODEX_APSS::RoutedMessageEventBase::RoutedMessageEventBase(), and CODEX_KeyService::SupportedClientResponseEventBase::SupportedClientResponseEventBase(). |
1.2.18