ServerApp - conversion of message protocols to using BSession
AppServer - tweaks from moving BSession messaging code to ServerProtocol.h git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4932 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -661,7 +661,7 @@ void AppServer::Broadcast(int32 code)
|
||||
if(!app)
|
||||
continue;
|
||||
//app->PostMessage(code);
|
||||
app->PostMessage(AS_SESSION_MSG, 2*sizeof(int32), (int8*)&buffer);
|
||||
app->PostMessage(AS_SERVER_SESSION, 2*sizeof(int32), (int8*)&buffer);
|
||||
}
|
||||
release_sem(_applist_lock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user