#include <ao-tracker.h>
Inherits ActiveAoTracker_msg_.
Public Member Functions | |
ActiveAoTracker_msg_print () | |
virtual string | declaration () |
virtual elementResult | run (ActiveAoTracker *ao) |
Definition at line 140 of file ao-tracker.h.
ActiveAoTracker_msg_print::ActiveAoTracker_msg_print | ( | ) | [inline] |
Definition at line 144 of file ao-tracker.h.
virtual string ActiveAoTracker_msg_print::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 ActiveAoTracker_msg_.
Definition at line 147 of file ao-tracker.h.
virtual elementResult ActiveAoTracker_msg_print::run | ( | ActiveAoTracker * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveAoTracker itself.
Reimplemented from ActiveAoTracker_msg_.
Definition at line 151 of file ao-tracker.h.