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.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,842accb6a7d76669 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-05 12:07:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!out.nntp.be!propagator-SanJose!in.nntp.be!news-in-sanjose!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <3BE301D1.4010106@telepath.com> <9s6d45$bd2$1@nh.pace.co.uk> Subject: Re: List container strawman 1.1 Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Mon, 05 Nov 2001 15:06:56 EST Organization: http://www.newsranger.com Date: Mon, 05 Nov 2001 20:06:56 GMT Xref: archiver1.google.com comp.lang.ada:15839 Date: 2001-11-05T20:06:56+00:00 List-Id: In article <9s6d45$bd2$1@nh.pace.co.uk>, Marin David Condic says... > >Just to toss in one more bit of feature-creep: > >procedure Load ( > File : in out Ada.Streams.Stream_IO.File_Type ; > Subject : out List) ; > >procedure Store ( > File : in out Ada.Streams.Stream_IO.File_Type ; > Subject : in List) ; What's wrong with the Stream_Read and Stream_Write routines? You can get from those to your version with one call to Ada.Streams.Stream_IO.Stream (File) --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.