Planeshift
|
Class to send a possibly cached file to the client. More...
#include <messages.h>
Public Member Functions | |
psCachedFileMessage (uint32_t client, uint8_t sequence, const char *pathname, iDataBuffer *contents) | |
psCachedFileMessage (MsgEntry *me) | |
PSF_DECLARE_MSG_FACTORY () | |
virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
Converts the message into human readable string. | |
Public Attributes | |
csRef< iDataBuffer > | databuf |
csString | hash |
Class to send a possibly cached file to the client.
Definition at line 5971 of file messages.h.
psCachedFileMessage::psCachedFileMessage | ( | uint32_t | client, |
uint8_t | sequence, | ||
const char * | pathname, | ||
iDataBuffer * | contents | ||
) |
psCachedFileMessage::psCachedFileMessage | ( | MsgEntry * | me | ) |
psCachedFileMessage::PSF_DECLARE_MSG_FACTORY | ( | ) |
virtual csString psCachedFileMessage::ToString | ( | NetBase::AccessPointers * | accessPointers | ) | [virtual] |
Converts the message into human readable string.
accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
csRef<iDataBuffer> psCachedFileMessage::databuf |
Definition at line 5976 of file messages.h.
csString psCachedFileMessage::hash |
Definition at line 5975 of file messages.h.