#include <clusterer.h>


Public Member Functions | |
| ActiveClusterer_msg_terminate () | |
| virtual string | declaration () |
| virtual elementResult | run (ActiveClusterer *ao) |
| ActiveClusterer_msg_terminate::ActiveClusterer_msg_terminate | ( | ) | [inline] |
| virtual string ActiveClusterer_msg_terminate::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 ActiveClusterer_msg_.
| virtual elementResult ActiveClusterer_msg_terminate::run | ( | ActiveClusterer * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveClusterer itself.
Reimplemented from ActiveClusterer_msg_.
References ActiveClusterer::terminate().
1.6.2