CConverterLibrary Class Reference

class CConverterLibrary : public CBase

A converter DLL's factory for individual CConverterBase-derived objects.

The implementor of a converter DLL should implement this class.

Inherits from

Member Functions Documentation

Converter(TUid)

CConverterBase *Converter(TUidaUid)[pure virtual]

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.

Parameters

TUid aUidUID of the converter to create