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:
Axel Dörfler 2005-06-08 01:13:38 +00:00
parent 75936a02e4
commit 9db6e5bc94
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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;