Issue 11309: Section 8.4.2 (evot-ftf) Source: SELEX SI (Mr. Fabrizio Morciano, fmorciano@selex-si.com) Nature: Uncategorized Issue Severity: Summary: On 8.4.2 current_time is a readonly attribute: this way to declare a method doesn't offer a great added value instead of a simple current_time method, my proposal is to change it in a method TimeBase::TimeT current_time() this also improve the idl compilation capabilities, indeed some idl compiler (e.g. JacORB and omniORB) fails with readonly attribute and raises keywords. Resolution: To substitute the readonly attribute “current_time” in Clock interface with “TimeBase::TimeT current_time()” method. Revised Text: In Section 8.4.2 replace current_time attribute with: TimeBase::TimeT current_time() raises(TimeUnavailable); To replace Section 8.4.2.3 with: Operation current_time Provides a measure of the current time. The time unit is 100 nanosecond i.e. 10e-7 seconds. Actions taken: August 29, 2007: received issue April 15, 2008: closed issue Discussion: End of Annotations:===== te: Wed, 29 Aug 2007 10:50:52 +0200 From: Fabrizio Morciano Reply-To: fmorciano@selex-si.com Organization: Seles Sistemi Integrati User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) To: evot-ftf@omg.org Subject: EVoT 2.0 remarks X-MIMETrack: Itemize by SMTP Server on test2/alenia-radar(Release 6.5.1|January 21, 2004) at 29/08/2007 10.52.14, Serialize by Router on HubRoma/alenia-radar(Release 6.5.1|January 21, 2004) at 08/29/2007 10:52:38 AM, Serialize complete at 08/29/2007 10:52:38 AM Hello All, after a review of document 07-05-04 I'd like to fix some point and discuss some remarks. On 8.4.2 current_time is a readonly attribute: this way to declare a method doesn't offer a great added value instead of a simple current_time method, my proposal is to change it in a method TimeBase::TimeT current_time() this also improve the idl compilation capabilities, indeed some idl compiler (e.g. JacORB and omniORB) fails with readonly attribute and raises keywords. ---