TRANS 1.3 NO IDEA Avatar
  1. OMG Issue

TRANS13 — Bug in transaction spec

  • Key: TRANS13-24
  • Legacy Issue Number: 3166
  • Status: closed  
  • Source: Triodia Technologies Pty Ltd ( Michi Henning)
  • Summary:

    There is a minor bug in the transaction service IDL:

    interface Synchronization : TransactionalObject

    { #pragma version Synchronization 1.1 void before_completion(); void after_completion(in Status status); ^^^^^^^^^^^^^ }

    ;

    This is illegal IDL. Suggest to change to "in Status s".

  • Reported: TRANS 1.1 — Sat, 25 Dec 1999 05:00 GMT
  • Disposition: Resolved — TRANS 1.2
  • Disposition Summary:

    This resolution for this issue is to change the name of after_completion's argument from "status"

  • Updated: Fri, 6 Mar 2015 21:37 GMT