more docu

This commit is contained in:
Andreas Volz 2008-07-30 14:25:08 +02:00
parent 4f4cec402c
commit 5dadc5d4fe

View file

@ -91,6 +91,7 @@ public:
* The slot is allocated automatic. * The slot is allocated automatic.
* *
* \param data The data to store. * \param data The data to store.
* \throw ErrorNoMemory
*/ */
void data( void* ); void data( void* );
@ -116,6 +117,7 @@ public:
* the caller. * the caller.
* *
* \return The reply Message. * \return The reply Message.
* \throw ErrorNoReply
*/ */
Message steal_reply(); Message steal_reply();