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:
Ingo Weinhold
2002-10-15 22:25:13 +00:00
parent 6df9b41c0d
commit 3b590dd8c1
@@ -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.