class CCalAttachmentManagerImpl : public CBase |
Implementation of the CCalAttachmentManager.
Public Member Functions | |
---|---|
~CCalAttachmentManagerImpl() | |
void | EntriesReferencingFileAttachmentL(RArray< TCalLocalUid > &, const CAgnAttachment &) |
CCalAttachmentIteratorImpl * | FetchAttachmentsL(CCalAttachmentManager::TSortOrder) |
CCalAttachmentManagerImpl * | NewL(CCalSession &, MCalProgressCallBack &) |
Private Member Functions | |
---|---|
CCalAttachmentManagerImpl(CCalSession &) | |
void | ConstructL(MCalProgressCallBack &) |
Private Attributes | |
---|---|
CCalSessionImpl & | iCalSessionImpl |
CCalAttachmentManagerImpl | ( | CCalSession & | aSession | ) | [private] |
CCalSession & aSession |
void | ConstructL | ( | MCalProgressCallBack & | aProgressCallBack | ) | [private] |
MCalProgressCallBack & aProgressCallBack |
void | EntriesReferencingFileAttachmentL | ( | RArray< TCalLocalUid > & | aUids, |
const CAgnAttachment & | aAttachment | |||
) |
RArray< TCalLocalUid > & aUids | |
const CAgnAttachment & aAttachment |
CCalAttachmentIteratorImpl * | FetchAttachmentsL | ( | CCalAttachmentManager::TSortOrder | aSortType | ) | const |
CCalAttachmentManager::TSortOrder aSortType |
CCalAttachmentManagerImpl * | NewL | ( | CCalSession & | aSession, |
MCalProgressCallBack & | aProgressCallBack | |||
) | [static] |
CCalSession & aSession | |
MCalProgressCallBack & aProgressCallBack |