comp.lang.ada
 help / color / mirror / Atom feed
From: Wes Groleau <wwgrol@sparc01.ftw.rsc.raytheon.com>
Subject: Re: Time (Ada.Calendar?) in distributed application?
Date: Fri, 02 Nov 2001 10:21:02 -0500
Date: 2001-11-02T10:21:02-05:00	[thread overview]
Message-ID: <3BE2B9DE.AB828AAF@sparc01.ftw.rsc.raytheon.com> (raw)
In-Reply-To: 3BE2A96A.35AE3036@labe.felk.cvut.cz

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



  reply	other threads:[~2001-11-02 15:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-02 14:10 Time (Ada.Calendar?) in distributed application? Tomas Hlavaty
2001-11-02 15:21 ` Wes Groleau [this message]
2001-11-02 17:01 ` Matthew Heaney
2001-11-05  7:54   ` Tomas Hlavaty
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox