Added some message constants needed for Broadcast() tests.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1536 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -14,6 +14,10 @@ enum {
|
||||
MSG_MESSAGE_RECEIVED = 'mesg', // "message": B_MESSAGE_TYPE
|
||||
MSG_QUIT_REQUESTED = 'quit', //
|
||||
MSG_READY_TO_RUN = 'redy', //
|
||||
MSG_1 = 'msg1', //
|
||||
MSG_2 = 'msg2', //
|
||||
MSG_3 = 'msg3', //
|
||||
MSG_REPLY = 'rply', //
|
||||
};
|
||||
|
||||
// Argh, a macro! But that way, we avoid a compiler warning.
|
||||
|
||||
Reference in New Issue
Block a user