added a method to be abele to post messages to a BSession handler

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6041 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca 2004-01-12 23:58:04 +00:00
parent 9867f08a8e
commit aed7bd673a
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ public:
status_t Flush(bigtime_t timeout = B_INFINITE_TIMEOUT);
status_t FlushWithReply(PortMessage *msg,bigtime_t timeout=B_INFINITE_TIMEOUT);
status_t FlushToSession();
void MakeEmpty();
status_t Attach(const void *data, size_t size);
status_t AttachString(const char *string);