Removed a warning
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6561 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
// Description: Class for low-overhead port-based messaging
|
// Description: Class for low-overhead port-based messaging
|
||||||
//
|
//
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
#include <stdlib.h>
|
#include <malloc.h>
|
||||||
|
|
||||||
#include <ServerProtocol.h>
|
#include <ServerProtocol.h>
|
||||||
#include "PortLink.h"
|
#include "PortLink.h"
|
||||||
@@ -131,6 +131,7 @@ status_t PortLink::FlushToSession(){
|
|||||||
// !!!!!!!!!!!!!!!!!!!
|
// !!!!!!!!!!!!!!!!!!!
|
||||||
ses.CopyToSendBuffer(fSendBuffer, fSendPosition - 8);
|
ses.CopyToSendBuffer(fSendBuffer, fSendPosition - 8);
|
||||||
ses.Sync();
|
ses.Sync();
|
||||||
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
status_t PortLink::Attach(const void *data, size_t size)
|
status_t PortLink::Attach(const void *data, size_t size)
|
||||||
|
|||||||
Reference in New Issue
Block a user