#include <index-reader.h>


Public Member Functions | |
| ActiveIndexReader_msg_start (int expected) | |
| virtual string | declaration () |
| virtual elementResult | run (ActiveIndexReader *ao) |
| ActiveIndexReader_msg_start::ActiveIndexReader_msg_start | ( | int | expected | ) | [inline] |
| virtual string ActiveIndexReader_msg_start::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 ActiveIndexReader_msg_.
| virtual elementResult ActiveIndexReader_msg_start::run | ( | ActiveIndexReader * | ) | [inline, virtual] |
Called by ActiveObject to handle this queued message. arg caller is the ActiveIndexReader itself.
Reimplemented from ActiveIndexReader_msg_.
References ActiveIndexReader::start().
1.6.2