ActiveSongCopier_msg_ Class Reference

#include <song-copier.h>

Inheritance diagram for ActiveSongCopier_msg_:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual elementResult run (ActiveSongCopier *)
virtual string declaration ()

Detailed Description

Represents the basic message that is used to queue or deliver a call to the true ActiveSongCopier. ActiveSongCopier_msg_ has a run method which is invoked by ActiveObject whenever it wants to handle the message. For each declared method in the active object description, a specific subclass of ActiveSongCopier_msg_ has been generated. See inheritance diagram. The message classes are automatically instantiated by the active object stub SongCopier


Member Function Documentation

virtual string ActiveSongCopier_msg_::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 in ActiveSongCopier_msg_setTarget, ActiveSongCopier_msg_fetch, ActiveSongCopier_msg_fetchNextSong, and ActiveSongCopier_msg_terminate.

virtual elementResult ActiveSongCopier_msg_::run ( ActiveSongCopier  )  [inline, virtual]

Called by ActiveObject to handle this queued message. arg caller is the ActiveSongCopier itself.

Reimplemented in ActiveSongCopier_msg_setTarget, ActiveSongCopier_msg_fetch, ActiveSongCopier_msg_fetchNextSong, and ActiveSongCopier_msg_terminate.

References assert().


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by  doxygen 1.6.2