Next: , Previous: Character data Converter, Up: Code sets



11.4.3 Converters factories

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.