# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLNET::CLoginClient Class Reference

#include <login_client.h>

List of all members.

Static Public Methods

std::string connectToShard (CLoginCookie &lc, const std::string &addr, CCallbackClient &cnx)
 Try to connect to the shard and return a TCP connection to the shard. More...

std::string connectToShard (const std::string &addr, CUdpSock &cnx)
 Try to connect to the shard and return an UDP connection to the shard. More...

std::string connectToShard (const std::string &addr, CUdpSimSock &cnx)
 Try to connect to the shard and return an UDP simulate connection to the shard. More...


Detailed Description

Author:
Vianney Lecroart , Nevrax France
Date:
2002

Definition at line 51 of file login_client.h.


Member Function Documentation

string NLNET::CLoginClient::connectToShard const std::string &    addr,
CUdpSimSock   cnx
[static]
 

Try to connect to the shard and return an UDP simulate connection to the shard.

Definition at line 120 of file login_client.cpp.

References addr, nlassert, and NLNET::ShardValidateReason.

string NLNET::CLoginClient::connectToShard const std::string &    addr,
CUdpSock   cnx
[static]
 

Try to connect to the shard and return an UDP connection to the shard.

Definition at line 101 of file login_client.cpp.

References addr, nlassert, and NLNET::ShardValidateReason.

string NLNET::CLoginClient::connectToShard CLoginCookie   lc,
const std::string &    addr,
CCallbackClient   cnx
[static]
 

Try to connect to the shard and return a TCP connection to the shard.

Definition at line 63 of file login_client.cpp.

References addr, NLNET::FESCallbackArray, nlassert, NLMISC::nlSleep, NLNET::ShardValidate, and NLNET::ShardValidateReason.


The documentation for this class was generated from the following files: