getMessageList

This method calls the message queue's getMessageList operation to retrieve the list of messages.

Visibility

Public

Signature
virtual void getMessageList (OMList<Msg*>& l) 
Parameters
l

The list of messages in the event (message) queue.

The list is of type OMList<void*>, a parameterized type defined in oxf\omlist.h that encapsulates all the operations typically performed on lists, such as adding items to the list and removing items from the list.


Feedback