#include <mw/conarc.h>
class CConverterLibrary : public CBase |
Public Member Functions | |
---|---|
pure virtual CConverterBase * | Converter(TUid) |
A converter DLL's factory for individual CConverterBase-derived objects.
The implementor of a converter DLL should implement this class.
CConverterBase * | Converter | ( | TUid | aUid | ) | [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.
Parameter | Description |
---|---|
aUid | UID of the converter to create |
Returns: The specified converter. If the converter does not implement a converter associated with the UID, then it should return NULL.