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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,60a1f757e0f7f8ea X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.138.146 with SMTP id a18mr1351364qau.6.1343314034795; Thu, 26 Jul 2012 07:47:14 -0700 (PDT) Received: by 10.66.72.165 with SMTP id e5mr1602714pav.4.1343312304445; Thu, 26 Jul 2012 07:18:24 -0700 (PDT) Path: a15ni105485768qag.0!nntp.google.com!q21no15577118qas.0!news-out.google.com!b9ni60415685pbl.0!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.astraweb.com!border2.newsrouter.astraweb.com!newspeer1.nac.net!volia.net!news2.volia.net!feed-A.news.volia.net!border1.nntp.ams2.giganews.com!border2.nntp.ams2.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.straub-nv.de!news.albasani.net!usenet.pasdenom.info!gegeweb.42!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-1.proxad.net!198.186.194.247.MISMATCH!news-out.readnews.com!transit3.readnews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Ada.Calendar Question Date: Fri, 20 Jul 2012 10:59:32 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6eb75022-3376-400b-bdb5-d0150168f429@googlegroups.com> References: NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 X-Trace: posting.google.com 1342807961 5301 127.0.0.1 (20 Jul 2012 18:12:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 20 Jul 2012 18:12:41 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-Received-Bytes: 1984 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-20T10:59:32-07:00 List-Id: On Friday, July 20, 2012 10:18:22 AM UTC-7, awdorrin wrote: > I have been looking at the Ada.Calendar and Ada.Real_Time packages, trying to update some old Ada code, which interfaces to C. > > How do I access the 'Conversion_Operations' package defined within > Ada.Calendar? This is defined in the *private* part of one implementor's implementation of Ada.Calendar. They could easily change the semantics of those routines in a future release. So attempting to access them seems like a very bad idea. -- Adam