#include <nServerInfo.h>
Public Member Functions | |
nServerInfoRedirect (tString const &connectionName, unsigned int port) |
Definition at line 99 of file nServerInfo.h.
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 };