Fixed fake_app_server build due to the BPortLink changes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12999 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
75936a02e4
commit
9db6e5bc94
@ -144,7 +144,7 @@ AppServer::MainLoop(void)
|
||||
while(1)
|
||||
{
|
||||
STRACE(("info: AppServer::MainLoop listening on port %ld.\n", fMessagePort));
|
||||
err=pmsg.GetNextReply(&code);
|
||||
err=pmsg.GetNextReply(code);
|
||||
|
||||
if(err<B_OK)
|
||||
{
|
||||
|
@ -249,7 +249,7 @@ int32 ServerApp::MonitorApp(void *data)
|
||||
{
|
||||
STRACE(("info: ServerApp::MonitorApp listening on port %ld.\n", app->fMessagePort));
|
||||
// err = msgqueue.GetNextReply(&code);
|
||||
err = msgqueue.GetNextMessage(&code);
|
||||
err = msgqueue.GetNextMessage(code);
|
||||
if (err < B_OK)
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user