nBandwidthTaskSync Class Reference

#include <nPriorizing.h>

Inheritance diagram for nBandwidthTaskSync:

Inheritance graph
[legend]
Collaboration diagram for nBandwidthTaskSync:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 nBandwidthTaskSync (nType type, nNetObject &object)

Protected Member Functions

virtual void DoExecute (nSendBuffer &buffer, nBandwidthControl &control)


Detailed Description

Definition at line 176 of file nPriorizing.h.


Constructor & Destructor Documentation

nBandwidthTaskSync::nBandwidthTaskSync ( nType  type,
nNetObject object 
) [inline]

Definition at line 179 of file nPriorizing.h.

00180             : nBandwidthTaskObject( type, object )
00181     {}


Member Function Documentation

void nBandwidthTaskSync::DoExecute ( nSendBuffer buffer,
nBandwidthControl control 
) [protected, virtual]

Definition at line 2055 of file nNetObject.cpp.

References nSendBuffer::AddMessage(), net_sync, nBandwidthTaskObject::Object(), tNEW, and nNetObject::WriteAll().

02056 {
02057     tJUST_CONTROLLED_PTR< nMessage > message = tNEW( nMessage )( net_sync );
02058     Object().WriteAll( *message, false );
02059     buffer.AddMessage( *message, &control );
02060 }

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:47:01 2008 for Armagetron Advanced by  doxygen 1.5.4