unified_network.cpp File Reference


Detailed Description

Network engine, layer 5 with no multithread support

Id
unified_network.cpp,v 1.74 2003/12/30 14:18:45 lecroart Exp

Definition in file unified_network.cpp.

#include "stdnet.h"
#include "nel/net/unified_network.h"
#include "nel/misc/entity_id.h"

Go to the source code of this file.

Namespaces

namespace  NLNET

Defines

#define AUTOCHECK_DISPLAY   nlwarning
#define TIME_BLOCK(tick, instr)


Define Documentation

#define AUTOCHECK_DISPLAY   nlwarning
 

Definition at line 47 of file unified_network.cpp.

Referenced by NLNET::CUnifiedNetwork::addNamedCnx(), NLNET::CUnifiedNetwork::addService(), NLNET::CUnifiedNetwork::autoCheck(), NLNET::CUnifiedNetwork::getUnifiedConnection(), NLNET::CUnifiedNetwork::init(), NLNET::CUnifiedNetwork::removeNamedCnx(), NLNET::uncbDisconnection(), NLNET::uncbMsgProcessing(), NLNET::uncbServiceIdentification(), NLNET::uNetRegistrationBroadcast(), and NLNET::uNetUnregistrationBroadcast().

#define TIME_BLOCK tick,
instr   ) 
 

Value:

{ \
        TTicks  _time_block_before = CTime::getPerformanceTime(); \
        instr ; \
        TTicks  _time_block_after = CTime::getPerformanceTime(); \
        tick += (_time_block_after - _before); \
}

Definition at line 849 of file unified_network.cpp.


Generated on Tue Mar 16 06:43:29 2004 for NeL by doxygen 1.3.6