| class CAppMngr2RecognizedFile : public CBase |
File and it's MIME type.
| Public Member Functions | |
|---|---|
| ~CAppMngr2RecognizedFile () | |
| IMPORT_C const TDataType & | DataType () |
| IMPORT_C const TDesC & | FileName () |
| IMPORT_C CAppMngr2RecognizedFile * | NewL (const TDesC &, const TDataType &) |
| IMPORT_C CAppMngr2RecognizedFile * | NewL ( HBufC *, HBufC *) |
| Private Member Functions | |
|---|---|
| CAppMngr2RecognizedFile () | |
| Private Attributes | |
|---|---|
| TDataType * | iDataType |
| HBufC * | iFileName |
| IMPORT_C CAppMngr2RecognizedFile * | NewL | ( | const TDesC & | aFileName, |
| const TDataType & | aDataType | |||
| ) | [static] | |||
Creates new CAppMngr2RecognizedFile .
File name and data type are copied into the new CAppMngr2RecognizedFile object.
| IMPORT_C CAppMngr2RecognizedFile * | NewL | ( | HBufC * | aFileName, |
| HBufC * | aMimeType | |||
| ) | [static] | |||
Creates new CAppMngr2RecognizedFile by taking ownership of given parameters.
Note the construction order - the caller must take care of deleting the given parameters if this function leaves.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.