Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: DAMIMPOR.H
Link against: damodl.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TDaFileImporterFactory

class TDaFileImporterFactory;

Description

Factory class for creating importers of files into a data application model.

Members

Defined in TDaFileImporterFactory:
CreateL()


Member functions


CreateL()

static IMPORT_C CDaFileImporter *CreateL(TDaFileImportParams const &aParams);

Description

Allocates and constructs a new file importer.

The type of importer object created depends on the import parameters specified.

Parameters

TDaFileImportParams const &aParams

Import parameters.

Return value

CDaFileImporter *

New file importer.