TIME 1.0 NO IDEA Avatar
  1. OMG Issue

TIME — OMG TimeService spec error

  • Key: TIME-3
  • Legacy Issue Number: 4979
  • Status: closed  
  • Summary:

    Just came accoss an issue with the publichsed CosTime IDL.
    The specification for the TIO interface contains a return
    value of OverlapType for a couple of its operations. However,
    the published IDL for CosTime returns a boolean.

    interface TIO

    { OverlapType spans( in UTO time, out TIO overlap); OverlapType overlaps( in TIO interval, out TIO overlap); UTO time (); }

    ;

    IDL defintion:

    interface TIO

    { boolean spans( in UTO time, out TIO overlap); boolean overlaps( in TIO interval, out TIO overlap); UTO time (); }

    ;

  • Reported: TIME 1.0b1 — Fri, 8 Mar 2002 05:00 GMT
  • Disposition: Resolved — TIME 1.0
  • Disposition Summary:

    purely editorial, issue closed

  • Updated: Wed, 11 Mar 2015 04:16 GMT