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,cf6d7cfa23391bce X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-11 10:07:44 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!newsfeeds-atl2!news.webusenet.com!elnk-atl-nf1!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread1.news.pas.earthlink.net.POSTED!a6202946!not-for-mail From: Jeffrey Carter Organization: jrcarter commercial-at acm [period | full stop] org User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Problem with visibility of generic package help please References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Thu, 11 Dec 2003 18:07:44 GMT NNTP-Posting-Host: 63.184.8.229 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.news.pas.earthlink.net 1071166064 63.184.8.229 (Thu, 11 Dec 2003 10:07:44 PST) NNTP-Posting-Date: Thu, 11 Dec 2003 10:07:44 PST Xref: archiver1.google.com comp.lang.ada:3395 Date: 2003-12-11T18:07:44+00:00 List-Id: Ute wrote: > generic > > --generisches Element: entweder float oder integer zur Laufzeit > > type Elem is private; > > with function ">"(X, Y: Elem) return boolean; > > with procedure put(X: Elem); > > with procedure get(X: Elem); In addition to the other fine comments you've received, note that your generic formal procedure Get has its parameter of mode "in", which is probably not going to be very useful. -- Jeff Carter "Sir Lancelot saves Sir Gallahad from almost certain temptation." Monty Python & the Holy Grail 69