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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-02 06:21:26 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed1.uncensored-news.com!propagator-la!news-in-la.newsfeeds.com!news-in.superfeed.net!news.cesnet.cz!crax.cesnet.cz!news.felk.cvut.cz!not-for-mail From: Tomas Hlavaty Newsgroups: comp.lang.ada Subject: Time (Ada.Calendar?) in distributed application? Date: Fri, 02 Nov 2001 15:10:50 +0100 Organization: Czech Technical University Message-ID: <3BE2A96A.35AE3036@labe.felk.cvut.cz> NNTP-Posting-Host: bela.felk.cvut.cz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ns.felk.cvut.cz 1004709752 58491 147.32.85.107 (2 Nov 2001 14:02:32 GMT) X-Complaints-To: usenet@ns.felk.cvut.cz NNTP-Posting-Date: Fri, 2 Nov 2001 14:02:32 +0000 (UTC) X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.18-rtl i686) X-Accept-Language: cs, en Xref: archiver1.google.com comp.lang.ada:15636 Date: 2001-11-02T15:10:50+01:00 List-Id: 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? And, why is Ada.Calendar.Time private? I cannot convert my own representation of time to that type. Should I use Unchecked_Conversion? Tomas Hlavaty