nMessage_planned_send Class Reference

Inheritance diagram for nMessage_planned_send:

Inheritance graph
[legend]
Collaboration diagram for nMessage_planned_send:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 nMessage_planned_send (nMessage *m, REAL priority, bool ack, int peer)
 ~nMessage_planned_send ()
virtual void execute ()

Private Member Functions

 tCONTROLLED_PTR (nMessage) m

Private Attributes

bool ack


Detailed Description

Definition at line 515 of file nNetwork.cpp.


Constructor & Destructor Documentation

nMessage_planned_send::nMessage_planned_send ( nMessage m,
REAL  priority,
bool  ack,
int  peer 
)

Definition at line 2985 of file nNetwork.cpp.

02989         :planned_send(priority,Peer),m(M),ack(Ack){

nMessage_planned_send::~nMessage_planned_send (  ) 

Definition at line 2990 of file nNetwork.cpp.


Member Function Documentation

nMessage_planned_send::tCONTROLLED_PTR ( nMessage   )  [private]

void nMessage_planned_send::execute (  )  [virtual]

Implements planned_send.

Definition at line 2993 of file nNetwork.cpp.

Referenced by sn_SendPlanned1().

02993                                              {
02994 }
02995 
02996 void nMessage_planned_send::execute(){
02997     if ( Val() < -killTimeout-10){
02998         tOutput mess;
02999         mess.SetTemplateParameter(1, peer);
03000         mess << "$network_error_overflow";
03001         con << mess;
03002         st_Breakpoint();
03003         sn_DisconnectUser(peer, "$network_kill_overflow");
03004     }

Here is the caller graph for this function:


Member Data Documentation

bool nMessage_planned_send::ack [private]

Definition at line 517 of file nNetwork.cpp.


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