Implemented the actual message sending. The implementation is complete now, but still untested.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11062 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#include <Autolock.h>
|
#include <Autolock.h>
|
||||||
#include <DataIO.h>
|
#include <DataIO.h>
|
||||||
|
#include <MessagePrivate.h>
|
||||||
#include <MessengerPrivate.h>
|
#include <MessengerPrivate.h>
|
||||||
#include <OS.h>
|
#include <OS.h>
|
||||||
#include <TokenSpace.h>
|
#include <TokenSpace.h>
|
||||||
@@ -417,8 +418,8 @@ MessageDeliverer::_PutTargetPort(TargetPort *port)
|
|||||||
status_t
|
status_t
|
||||||
MessageDeliverer::_SendMessage(Message *message, port_id portID, int32 token)
|
MessageDeliverer::_SendMessage(Message *message, port_id portID, int32 token)
|
||||||
{
|
{
|
||||||
// TODO: Implement!
|
return BMessage::Private::SendFlattenedMessage(message->Data(),
|
||||||
return B_ERROR;
|
message->DataSize(), portID, token, (token < 0), 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// _DelivererThreadEntry
|
// _DelivererThreadEntry
|
||||||
|
|||||||
Reference in New Issue
Block a user