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:
DarkWyrm
2004-06-11 13:36:48 +00:00
parent 86469b8c91
commit c73fb70eb7
2 changed files with 7 additions and 6 deletions
+3 -3
View File
@@ -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: