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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9fe24b7c999700f5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-02 07:21:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!nycmny1-snh1.gtei.net!cambridge1-snf1.gtei.net!news.gtei.net!bos-service1.ext.raytheon.com!bos-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3BE2B9DE.AB828AAF@sparc01.ftw.rsc.raytheon.com> From: Wes Groleau Reply-To: wwgrol@sparc01.ftw.rsc.raytheon.com X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en,es-MX,es,pt,fr-CA,fr MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Time (Ada.Calendar?) in distributed application? References: <3BE2A96A.35AE3036@labe.felk.cvut.cz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 02 Nov 2001 10:21:02 -0500 NNTP-Posting-Host: 151.168.144.162 X-Complaints-To: news@ext.ray.com X-Trace: bos-service2.ext.raytheon.com 1004714463 151.168.144.162 (Fri, 02 Nov 2001 10:21:03 EST) NNTP-Posting-Date: Fri, 02 Nov 2001 10:21:03 EST Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:15650 Date: 2001-11-02T10:21:02-05:00 List-Id: Tomas Hlavaty wrote: > 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? I defined a record in another package that contained all of the components needed for parameters to the procedure Ada.Calendar.Split I send that record between partitions and convert to and from Time on either end. Time is private because a more efficient implementation (without losing robustness) is possible that way. -- Wes Groleau http://freepages.rootsweb.com/~wgroleau