Added TODO.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22597 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-10-17 15:35:13 +00:00
parent 2590e7d29c
commit 10ffdaa294

View File

@ -1867,6 +1867,8 @@ BMessage::_SendMessage(port_id port, team_id portOwner, int32 token,
size = sizeof(message_header);
#ifndef HAIKU_TARGET_PLATFORM_LIBBE_TEST
// TODO: this is not yet finished - the target needs to get the
// address (and ID) of the area
port_info info;
get_port_info(port, &info);
void *address = NULL;