#include <fragment-creator.h>


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