#include <demo1.h>
Inherited by ActiveDemoReceiver_msg_printNumber.
Public Member Functions | |
virtual elementResult | run (ActiveDemoReceiver *) |
virtual string | declaration () |
Definition at line 88 of file demo1.h.
virtual string ActiveDemoReceiver_msg_::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 in ActiveDemoReceiver_msg_printNumber.
virtual elementResult ActiveDemoReceiver_msg_::run | ( | ActiveDemoReceiver * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveDemoReceiver itself.
Reimplemented in ActiveDemoReceiver_msg_printNumber.