#include <ArMapChanger.h>
Public Member Functions | |
| void | addPacket (ArNetPacket *packet) |
| Adds the given packet to the list. | |
| ClientChangeInfo (ArServerClient *client) | |
| Constructor. | |
| ~ClientChangeInfo () | |
| Destructor. | |
Public Attributes | |
| ArServerClient * | myClient |
| Server client which sent the map changes. | |
| ArTime | myLastActivityTime |
| Time at which the most recent packet in this list was received. | |
| std::list< ArNetPacket * > | myPacketList |
| List of network packets received from the client for these map changes. | |
| ArTime | myStartTime |
| Time at which the first packet in this list was received. | |
1.5.1