#include <existence-scanner.h>

Public Member Functions | |
| ExistenceScanner (string name="ExistenceScanner") | |
| void | start (vector< Song * > *all) |
| void | thunk () |
| void | terminate () |
Represents the stub that will transform each incoming call (method) to an object subclassed from type ActiveExistenceScanner_msg_ The stub itself has an instance of the true active object.
| ExistenceScanner::ExistenceScanner | ( | string | name = "ExistenceScanner" |
) | [inline] |
The constructor of the stub will also directly initalize the main object. Because object construction and delayed calls interfere somewhat we prohibit the actual implementation (and especially use) of a specialized Active Object constructor. Instead, simply the name is passed to the object. If you need to initialize the stub, you should consider adding an init message to the active object and calling (well sending a message to) it directly when the stub is generated.
| void ExistenceScanner::start | ( | vector< Song * > * | all | ) | [inline] |
Referenced by SongSelectorLogic::startExistenceCheck().
| void ExistenceScanner::terminate | ( | ) | [inline] |
Referenced by terminate_and_quit().
| void ExistenceScanner::thunk | ( | ) | [inline] |
1.6.2