#include "sthread.hh"Go to the source code of this file.
Defines | |
| #define | MESSAGE_BUFFER_SIZE 30 |
| #define | DECLARE_MESSAGE_TABLE |
| #define | BEGIN_MESSAGE_TABLE(Cls) const Message_thread::message_table_entry Cls::message_table_[] = { |
| #define | MESSAGE(Marshal, Function) { Marshal, (Message_thread::method_type)Function }, |
| #define | END_MESSAGE_TABLE }; |
|
|
|
|
|
Value: static const message_table_entry message_table_[]; \
virtual const message_table_entry* find_entry(int msg) { \
return &message_table_[msg - 1]; \
} |
|
|
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001