nServerInfoRedirect Class Reference

server information, just to redirect and for other immediate applications More...

#include <nServerInfo.h>

Inheritance diagram for nServerInfoRedirect:

Inheritance graph
[legend]
Collaboration diagram for nServerInfoRedirect:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 nServerInfoRedirect (tString const &connectionName, unsigned int port)


Detailed Description

server information, just to redirect and for other immediate applications

Definition at line 99 of file nServerInfo.h.


Constructor & Destructor Documentation

nServerInfoRedirect::nServerInfoRedirect ( tString const &  connectionName,
unsigned int  port 
) [inline]

Definition at line 103 of file nServerInfo.h.

References nServerInfoBase::SetConnectionName(), and nServerInfoBase::SetPort().

00104     {
00105         nServerInfoBase::SetConnectionName( connectionName );
00106         nServerInfoBase::SetPort( port );
00107     };

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:50:31 2008 for Armagetron Advanced by  doxygen 1.5.4