#include <ao-tracker.h>
Public Member Functions | |
| ActiveAoTracker_msg_sunset (string s) | |
| virtual string | declaration () |
| virtual elementResult | run (ActiveAoTracker *ao) |
| ActiveAoTracker_msg_sunset::ActiveAoTracker_msg_sunset | ( | string | s | ) | [inline] |
| virtual string ActiveAoTracker_msg_sunset::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_.
| virtual elementResult ActiveAoTracker_msg_sunset::run | ( | ActiveAoTracker * | caller | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveAoTracker itself.
Reimplemented from ActiveAoTracker_msg_.
References ActiveAoTracker::sunset().
1.6.2