Public Member Functions | |
planned_send (REAL priority, int peer) | |
~planned_send () | |
virtual tHeapBase * | Heap () const |
void | add_to_priority (REAL diff) |
virtual void | execute ()=0 |
Protected Attributes | |
int | peer |
Definition at line 499 of file nNetwork.cpp.
planned_send::planned_send | ( | REAL | priority, | |
int | peer | |||
) |
Definition at line 2961 of file nNetwork.cpp.
02961 : 02962 tHeap<planned_send> send_queue[MAXCLIENTS+2]; 02963 02964 planned_send::planned_send(REAL priority,int Peer){ 02965 peer=Peer;
planned_send::~planned_send | ( | ) |
Definition at line 2967 of file nNetwork.cpp.
tHeapBase * planned_send::Heap | ( | ) | const [virtual] |
void planned_send::add_to_priority | ( | REAL | diff | ) |
Definition at line 2977 of file nNetwork.cpp.
02979 : 02980 void planned_send::add_to_priority(REAL diff) {
virtual void planned_send::execute | ( | ) | [pure virtual] |
Implemented in nMessage_planned_send.
int planned_send::peer [protected] |
Definition at line 501 of file nNetwork.cpp.