Issue 4500: Typos in the OMG TC Document formal/01-06-05 (idlscript-ftf) Source: INRIA (Dr. Philippe Merle, merle@lifl.fr) Nature: Uncategorized Issue Severity: Summary: Typos in the OMG TC Document formal/01-06-05 -------------------------------------------- Some typos are present in the CORBA Scripting Language Specification v1.0 (OMG TC Document formal/01-06-05): * In Section 1.4.6 page 1-10, replace: GridSevice::Coord(100,100) by: GridService::Coord(100,100) * In Chapter 1, replace all: Factory by: GridFactory because factory is an OMG IDL keyword and could not be used as an OMG IDL identifier. Resolution: see above Revised Text: In formal/01-06-05, page 1-10, replace GridSevice::Coord(100,100) by GridService::Coord(100,100) In formal/01-06-05, pages 1-6, replace Factory by _Factory. Actions taken: August 16, 2001: received issue December 11, 2002: closed issue Discussion: The typo must be corrected. As factory is an OMG IDL keyword, an underscore must be added before the Factory identifier to escape from the OMG IDL keyword interpretation End of Annotations:===== From: Philippe.Merle@lifl.fr Received: from (merle@localhost) by karjala.lifl.fr (8.9.1b+Sun/jtpda-5.3.3) id RAA23060 ; Thu, 16 Aug 2001 17:50:11 +0200 (MET DST) Date: Thu, 16 Aug 2001 17:50:11 +0200 (MET DST) Message-Id: <200108161550.RAA23060@karjala.lifl.fr> To: issues@omg.org Subject: Issues for the CORBA Scripting Language Specification Cc: juergen@omg.org, idlscript-ftf@omg.org X-Sun-Charset: US-ASCII Content-Type: text X-UIDL: jNl!!:lO!!,e*e9:QF!! Hello Juergen, I am knowing that the Public Comment Deadline for IDLscript is out but I have collected from my archives four issues that should be resolved in the next IDLscript RTF. Thank you to report me assigned issue numbers allowing me to write the final IDLscript RTF report (for tomorrow). - Issue 1 ------------------------------------------------------------------------ Typos in the OMG TC Document formal/01-06-05 -------------------------------------------- Some typos are present in the CORBA Scripting Language Specification v1.0 (OMG TC Document formal/01-06-05): * In Section 1.4.6 page 1-10, replace: GridSevice::Coord(100,100) by: GridService::Coord(100,100) * In Chapter 1, replace all: Factory by: GridFactory because factory is an OMG IDL keyword and could not be used as an OMG IDL identifier.