Next: , Previous: , Up: Code sets   [Contents][Index]


10.4.5 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.