#include <index-reader.h>


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