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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9fe24b7c999700f5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-02 08:58:00 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada Subject: Re: Time (Ada.Calendar?) in distributed application? Date: Fri, 2 Nov 2001 12:01:14 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3BE2A96A.35AE3036@labe.felk.cvut.cz> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:15669 Date: 2001-11-02T12:01:14-05:00 List-Id: "Tomas Hlavaty" wrote in message news:3BE2A96A.35AE3036@labe.felk.cvut.cz... > Hi, > > I need to send a time (Ada.Calendar.Time) to another partition (in > Glade) but Ada.Calendar has wrong categorization. Could you help me? > Should I define my own type and all functions in Ada.Calendar? Why? Just use Split to get the parts, and then stream the parts. > And, why is Ada.Calendar.Time private? I cannot convert my own > representation of time to that type. Should I use Unchecked_Conversion? No.