#include <demo1.h>
Inherits ActiveDemoSender_msg_.
Public Member Functions | |
ActiveDemoSender_msg_startSending (DemoReceiver *recv, int nr) | |
virtual string | declaration () |
virtual elementResult | run (ActiveDemoSender *ao) |
Definition at line 156 of file demo1.h.
ActiveDemoSender_msg_startSending::ActiveDemoSender_msg_startSending | ( | DemoReceiver * | recv, | |
int | nr | |||
) | [inline] |
virtual string ActiveDemoSender_msg_startSending::declaration | ( | ) | [inline, virtual] |
Returns the name of this message. Since this is the message baseclass it has no identity and will return 'Unknown Message'
Reimplemented from ActiveDemoSender_msg_.
virtual elementResult ActiveDemoSender_msg_startSending::run | ( | ActiveDemoSender * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveDemoSender itself.
Reimplemented from ActiveDemoSender_msg_.
Definition at line 168 of file demo1.h.