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-Thread: 103376,a8d137db7a5f6c81 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail From: "per" Newsgroups: comp.lang.ada Subject: Re: OO problem: Performing actions on messages (very long, sorry) Date: 10 Jan 2005 04:10:05 -0800 Organization: http://groups.google.com Message-ID: <1105359005.485224.49390@c13g2000cwb.googlegroups.com> References: <1103723394.299024.314670@c13g2000cwb.googlegroups.com> NNTP-Posting-Host: 138.14.239.132 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1105359009 4462 127.0.0.1 (10 Jan 2005 12:10:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 10 Jan 2005 12:10:09 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=138.14.239.132; posting-account=e84-wQ0AAADeDLnjH5yWqnRMVsJLfQJg Xref: g2news1.google.com comp.lang.ada:7605 Date: 2005-01-10T04:10:05-08:00 List-Id: Nick Roberts: >I'll try to illustrate this idea. > > with AI302.Indefinite_Double_Linked_Lists; -- for private part only > package Messaging is ... >I've used Matthew Heaney's AI-302 implementation of containers for the queue >implementation, available at: > > http://home.earthlink.net/~matthewjheaney/charles/ai302-20040227.zip Nick, I can't find "Indefinite_Double_Linked_Lists" or similar anywhere in Matthews package. Should it be there ready-to-use or is it something I have to write myself?