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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7876e4356325725b X-Google-Attributes: gid103376,public From: Steve Quinlan Subject: Re: Ada.Streams examples Date: 1999/03/11 Message-ID: <36E7EFCF.82A87270@nospam.lmco.com>#1/1 X-Deja-AN: 453847855 Content-Transfer-Encoding: 7bit References: <36e61db4.50430543@news.pacbell.net> <7c64kl$r8s$1@nnrp1.dejanews.com> <36e6cd2c.3377267@news.pacbell.net> <7c753p$3t7@dfw-ixnews3.ix.netcom.com> Content-Type: text/plain; charset=us-ascii Organization: Lockheed-Martin Air Traffic Management Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-11T00:00:00+00:00 List-Id: Richard D Riehle wrote: > Note that Exception_Occurrence is a record. Therfore, it is necessary to create Read and Write operations for it > since none currently exist. Why would there not be read and write operations available? Those attributes are supported for composite types, aren't they?