|
Function Description AddMessage() Adds a message to the end of the queue CountMessages() Returns the number of messages currently in the queue FindMessage() Locates the message in the queue at a specific index IsEmpty() Tests whether the queue is empty Lock() Locks the queue BMessageQueue() Constructor ~BMessageQueue() Destructor NextMessage() Removes the oldest message from the queue and returns it RemoveMessage() Removes a given message from the queue Unlock() Unlocks the queue
|
Copyright © 2000 Be, Inc. All rights reserved..