Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <DAMIMPOR.H>
Link against: damodl.lib
This item is not part of the S60 5th Edition SDK

Class TDaFileImporterFactory

Interface status: deprecated

class TDaFileImporterFactory;

Description

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

Members

Defined in TDaFileImporterFactory:


Member functions


CreateL(TDaFileImportParams const &)

Interface status: deprecated Inherited from: TDaFileImporterFactory

IMPORT_C static 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.