ZIOP 1.0 FTF Avatar
  1. OMG Issue

ZIOP — Section 7.3.3.1

  • Key: ZIOP-12
  • Legacy Issue Number: 13801
  • Status: closed  
  • Source: Remedy IT ( Johnny Willemsen)
  • Summary:

    the spec defines the following in idl, the reason should be a normal long (not unsigned), some compression libraries do have a negative error number > /** > * Exception thrown when an error occurs during a compress or decompress > * operation. > */ > exception CompressionException >

    { > unsigned long reason; > string description; > }

    ; >

  • Reported: ZIOP 1.0b1 — Wed, 18 Mar 2009 04:00 GMT
  • Disposition: Resolved — ZIOP 1.0
  • Disposition Summary:

    Change datatype of the reason member of CompressionException from “unsigned long” to “long”

  • Updated: Fri, 6 Mar 2015 20:58 GMT