#include <threads.h>
Public Member Functions |
|
MessageEvent (Message *msg=0) | |
void | setMessage (Message *msg) |
Message * | getMessage () |
Protected Attributes |
|
Message * | message_ |
Use this class to post events and thus messages over thread boundaries. Create the Message on the heap, it will be automatically deleted after sending!