Sent messages. More...
#include <cWorld.h>
Public Attributes | |
OID | mSender |
Who sent this message. | |
OID | mReceiver |
To whom this message was sent (here group id). | |
OID | mTimestamp |
When was this message sent (or valid only after this time). | |
OID | mBestbefore |
Until when is this message meant to be valid (0 == forever). | |
std::string | mText |
Message String (lets say it's the subject). | |
void * | mBlob |
Binary large object - fresh allocated pointer to custom data. |
Sent messages.