Can get replies as PortMessages now

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3627 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-06-23 13:18:39 +00:00
parent 1fe39d4d37
commit 6b76dd01f5
2 changed files with 93 additions and 1 deletions
+3
View File
@@ -8,6 +8,7 @@
#include <List.h>
class PortLinkData;
class PortMessage;
class PortLink
{
@@ -31,6 +32,8 @@ public:
int8* FlushWithReply(int32 *code, status_t *status, ssize_t *buffersize,
bigtime_t timeout=B_INFINITE_TIMEOUT);
status_t FlushWithReply(PortLink::ReplyData *data,bigtime_t timeout=B_INFINITE_TIMEOUT);
status_t FlushWithReply(PortMessage *msg,bigtime_t timeout=B_INFINITE_TIMEOUT);
status_t Attach(const void *data, size_t size);
status_t Attach(int32 data);
status_t Attach(int16 data);