#include <fragment-player.h>


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