Location:
concnf.h
Link against: conarc.lib
CCnaConvInfoFileWriter
Supported from 6.0
Allows a converter information (.cnf
) file to be
written.
|
Defined in CCnaConvInfoFileWriter
:
AddConverterL()
, NewL()
, NewLC()
, StoreL()
, ~CCnaConvInfoFileWriter()
Inherited from CBase
:
operator new()
static CCnaConvInfoFileWriter* NewL(const TDesC& aFileName,TUid aUid);
Allocates and constructs a CCnaConvInfoFileWriter
for a specified converter information file.
|
|
static CCnaConvInfoFileWriter* NewLC(const TDesC& aFileName,TUid aUid);
Allocates and constructs a CCnaConvInfoFileWriter
for a specified converter information file, leaving the object on the cleanup
stack.
|
|
void AddConverterL(const CCnaConverter& aConverter);
Adds the properties for a converter to the information file.
|
void StoreL() const;
Stores the object in the information file.