Attachment
bool Compare(Attachment* one, Attachment* two,
Attachment::Attachment(const void* _data, size_t _size)
Attachment::~Attachment()
Attachment(const void* data, size_t size);
~Attachment();
Attachment* attached = NULL;
Attachment* attached = NULL;
Attachment* otherAttached = NULL;
typedef BObjectList<Attachment, true> AttachmentList;
Attachment* attach = new(std::nothrow) Attachment(data, size);
DelayedMessageData::Compare(Attachment* one, Attachment* two, int32 index)
Attachment* attached = NULL;