ReceiveFrom() can now return the message_port_info for the received
message, if desired. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25004 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -132,7 +132,8 @@ public:
|
||||
status_t SendReply(KMessage* message, KMessage* reply,
|
||||
bigtime_t deliveryTimeout = -1, bigtime_t replyTimeout = -1,
|
||||
team_id senderTeam = -1);
|
||||
status_t ReceiveFrom(port_id fromPort, bigtime_t timeout = -1);
|
||||
status_t ReceiveFrom(port_id fromPort, bigtime_t timeout = -1,
|
||||
port_message_info* messageInfo = NULL);
|
||||
|
||||
void Dump(void (*printFunc)(const char*,...));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user