Sorry I did not know about BMessage::Private::SetTarget()
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11280 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7a480637d8
commit
fde1c7aa30
@ -83,8 +83,6 @@ using BPrivate::BLooperList;
|
||||
port_id _get_looper_port_(const BLooper* looper);
|
||||
bool _use_preferred_target_(BMessage* msg) { return msg->fPreferred; }
|
||||
int32 _get_message_target_(BMessage* msg) { return msg->fTarget; }
|
||||
void _set_message_target_(BMessage* msg, int32 token, bool pref)
|
||||
{ msg->fTarget = token; msg->fPreferred = pref; }
|
||||
|
||||
uint32 BLooper::sLooperID = (uint32)B_ERROR;
|
||||
team_id BLooper::sTeamID = (team_id)B_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user