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,30f8e9ec3e840189 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-26 07:00:13 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!212.74.64.35!colt.net!newspeer.clara.net!news.clara.net!news-hub.cableinet.net!blueyonder!internal-news-hub.cableinet.net!news1.cableinet.net.POSTED!not-for-mail From: Tony Gair Newsgroups: comp.lang.ada Subject: Re: avl tree - booch components Message-ID: <20010926145807.6b73db6e.tonygair@blueyonder.co.uk> References: <20010907091153.12625104.tonygair@nospam.blueyonder.co.uk> X-Newsreader: Sylpheed version 0.5.3 (GTK+ 1.2.9; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Wed, 26 Sep 2001 14:00:53 GMT NNTP-Posting-Host: 62.31.154.215 X-Complaints-To: http://www.blueyonder.co.uk/abuse X-Trace: news1.cableinet.net 1001512853 62.31.154.215 (Wed, 26 Sep 2001 15:00:53 BST) NNTP-Posting-Date: Wed, 26 Sep 2001 15:00:53 BST Organization: blueyonder (post doesn't reflect views of blueyonder) Xref: archiver1.google.com comp.lang.ada:13396 Date: 2001-09-26T14:00:53+00:00 List-Id: Thanks for the help guys, The usage of the package difficulty was in the end more of a problem on the usage of ada 95 generics and my own rather small brain. I've managed to instatiate my own AVL Tree for chosen datatype and am now trying to put this into a protected type, does anyone know if I need a storage pragma ? Regards Tony Gair