Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch #5 for Ice 3.4.2: Missing C# methods in BasicStream

mes
mes California
The C# class IceInternal.BasicStream is missing some methods necessary for marshaling enumerations with more than 127 members.

The attached patch fixes this problem. To apply the source patch to a fresh Ice 3.4.2 source distribution:
$ cd Ice-3.4.2
$ patch -p0 < patch.txt

Best regards,

ZeroC Staff