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:
DarkWyrm
2003-10-03 00:41:40 +00:00
parent 582e2dddd5
commit 041e26d578
3 changed files with 110 additions and 73 deletions
+1 -1
View File
@@ -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);
}