class CFolderBase : public CBase |
Public Member Functions | |
---|---|
void | CancelGet() |
const TPtrC | FolderName() |
TInt | Get(const TDesC &, CPbapAppHeader *) |
void | GetComplete() |
Protected Member Functions | |
---|---|
CFolderBase(MVirtualFolderClient &, const TPtrC) |
Protected Attributes | |
---|---|
MVirtualFolderClient & | iClient |
Private Attributes | |
---|---|
TPtrC | iFolderName |
CFolderBase | ( | MVirtualFolderClient & | aClient, |
const TPtrC | aFolderName | ||
) | [protected, inline] |
MVirtualFolderClient & aClient | |
const TPtrC aFolderName |
TInt | Get | ( | const TDesC & | aObjectName, |
CPbapAppHeader * | aGetData | |||
) | [pure virtual] |
const TDesC & aObjectName | |
CPbapAppHeader * aGetData |