Home
last modified time | relevance | path

Searched refs:AttachmentList (Results 1 – 1 of 1) sorted by relevance

/haiku/src/servers/app/
H A DDelayedMessage.cpp43 typedef BObjectList<Attachment> AttachmentList; typedef
149 AttachmentList& Attachments() {return fAttachments;} in Attachments()
150 const AttachmentList& Attachments() const {return fAttachments;} in Attachments()
162 AttachmentList fAttachments;
599 AttachmentList& list = fData->Attachments(); in SendMessageToPort()