Minor header tweaks relating to the message buffer size
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7905 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
#include <Point.h>
|
||||
#include <ServerProtocol.h>
|
||||
|
||||
#define SESSION_BUFFER_SIZE 1024
|
||||
|
||||
class BSession
|
||||
{
|
||||
public:
|
||||
@@ -89,10 +91,8 @@ public:
|
||||
void WriteData(const void* data, int32 size);
|
||||
|
||||
void Sync();
|
||||
void Close();
|
||||
|
||||
// if possible, do not use
|
||||
void SetMsgCode(int32 code);
|
||||
// Deprecated. Do not use.
|
||||
void CopyToSendBuffer(void* buffer, int32 count);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user