-
Key: EVOT2-1
-
Legacy Issue Number: 11309
-
Status: closed
-
Source: Selex ES ( Fabrizio Morciano)
-
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. -
Reported: EVoT 2.0b1 — Wed, 29 Aug 2007 04:00 GMT
-
Disposition: Resolved — EVoT 2.0
-
Disposition Summary:
To substitute the readonly attribute “current_time” in Clock interface with “TimeBase::TimeT current_time()” method.
-
Updated: Fri, 6 Mar 2015 20:58 GMT