Location:
conarc.h
Link against: conarc.lib
CConverterLibrary
Supported from 6.0
A converter DLL's factory for individual CConverterBase
-derived objects.
The implementor of a converter DLL should implement this class.
|
Defined in CConverterLibrary
:
Converter()
Inherited from CBase
:
operator new()
virtual CConverterBase* Converter(TUid aUid)=0;
Creates and returns an instance of the converter with the specified UID.
This class should not allocate any resources that are not returned to the caller.
|
|