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

Public Member Functions | |
| 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 |
| The ID of the server. | |
| const unsigned char * | seqNum () const |
| The unique ID for a request from server. | |
Definition at line 30 of file RoutingInfo.h.
|
||||||||||||
|
The constructor takes ownership of the pointers passed to it.
Definition at line 38 of file RoutingInfo.h. |
1.4.1