Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CODEX_Server::RoutingInfo Class Reference

This class provides routing information that can be added to a message in order to trace it back to its originating server. More...

#include <RoutingInfo.h>

Inheritance diagram for CODEX_Server::RoutingInfo:

Inheritance graph
[legend]
List of all members.

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.

Detailed Description

This class provides routing information that can be added to a message in order to trace it back to its originating server.

Definition at line 30 of file RoutingInfo.h.


Constructor & Destructor Documentation

CODEX_Server::RoutingInfo::RoutingInfo unsigned char *  server,
unsigned char *  seqNum
[inline]
 

The constructor takes ownership of the pointers passed to it.

Parameters:
server The server originating a request.
seqNum The unique identifier for the request from server.

Definition at line 38 of file RoutingInfo.h.

References seqNum(), and server().


The documentation for this class was generated from the following file:
Generated on Fri May 6 17:42:42 2005 for COrnell Data EXchange (CODEX) by  doxygen 1.4.1