Tweaked all messaging classes to comply with new message protocol policies
AppServerLink no longer inherits from BSession git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4941 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -69,13 +69,11 @@ public:
|
||||
}
|
||||
|
||||
void Rewind(void);
|
||||
void BSessionWorkaround(void);
|
||||
private:
|
||||
int32 _code;
|
||||
uint8 *_buffer;
|
||||
ssize_t _buffersize;
|
||||
uint8 *_index;
|
||||
bool is_session_msg;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user