From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,75c440b4b7ed5f91 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!62.111.101.3.MISMATCH!news.germany.com!news.teledata-fn.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Real Time IO routines Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1193410739.367181.96050@50g2000hsm.googlegroups.com> Date: Sat, 27 Oct 2007 22:49:35 +0200 Message-ID: NNTP-Posting-Date: 27 Oct 2007 22:49:37 CEST NNTP-Posting-Host: 82ed32ee.newsspool4.arcor-online.net X-Trace: DXC=Xo[BS9VXm?FlbSO[6LHn;2LCVN[e[Z\AnHfK<_;dT1M2K X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:2609 Date: 2007-10-27T22:49:37+02:00 List-Id: On Sat, 27 Oct 2007 20:15:15 GMT, anon wrote: > Plus, the "Ada.Real_Time" package uses: > > type Time is new Duration; > > which is in private section. The standard defines the private section of as: private ... -- not specified by the language end Ada.Real_Time; See ARM D.7. To make the program dependant on whatever private parts of library packages is an even worse idea than just converting Time to Duration. The latter is just semantically wrong, but the former is wrong methodologically. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de