Added BHandler tokens to app_server communications setup
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2947 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -758,6 +758,7 @@ void BApplication::InitData(const char* signature, status_t* error)
|
||||
PortLink *link=new PortLink(fServerFrom);
|
||||
link->SetOpCode(AS_CREATE_APP);
|
||||
link->Attach((int32)fServerTo);
|
||||
link->Attach(_get_object_token_(this));
|
||||
link->Attach((char*)signature,strlen(signature));
|
||||
status_t replyerr=link->FlushWithReply(&replydata);
|
||||
if(replyerr==B_OK)
|
||||
|
||||
Reference in New Issue
Block a user