To create new converters, PolyORB uses special factory subprograms with the following profile:
function Factory return Converter_Access;
or
function Factory return Wide_Converter_Access;
This function must allocate a new Converter
and initialize its state.