#include <song-copier.h>


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