haiku/src/system/kernel/messaging
Axel Dörfler 4bef3723a1 * Followed Ingo's suggestion and send the message manually in the runtime loader;
therefore, we could remove the ugly defines from KMessage again, and compile it
  with KMESSAGE_CONTAINER_ONLY.
* Added KMessage::SetDeliveryInfo() to be able to send messages with a correct
  header.
* Fixed a bug in KMessage::SendTo() that would not send the senderTeam when passing
  a negative value for the parameter, but override it when passing in a valid
  value.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21740 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-07-29 21:36:49 +00:00
..
Jamfile build fix (rebuidling MessagingService.o wasn't possible after this jamfile was changed in r21715) 2007-07-29 00:51:36 +00:00
KMessage.cpp * Followed Ingo's suggestion and send the message manually in the runtime loader; 2007-07-29 21:36:49 +00:00
MessagingService.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
MessagingService.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00