|
[haiku-development]
||
[Date Prev]
[01-2008 Date Index]
[Date Next]
||
[Thread Prev]
[01-2008 Thread Index]
[Thread Next]
[haiku-development] BMessenger's SendMessage()
- From: "Stefano Ceccherini" <stefano.ceccherini@xxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Fri, 4 Jan 2008 13:05:58 +0100
I have a question about BMessenger::SendMessage(). The docs in the
source file are a bit quirky...
Many variations of this method are documented this way:
/ SendMessage
/*! \brief Delivers a BMessage synchronously to the messenger's target.
A copy of the supplied message is sent and the caller retains ownership
of \a message.
The method does not wait for a reply. The message is sent
asynchronously.
So, which one is correct ?
|