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,b33179d12cf6aed7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-05 06:10:26 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Multiple access to one object and deallocation Date: Wed, 5 Nov 2003 14:10:26 +0000 (UTC) Organization: PVV Message-ID: References: NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1068041426 9334 129.241.83.82 (5 Nov 2003 14:10:26 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 5 Nov 2003 14:10:26 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:2085 Date: 2003-11-05T14:10:26+00:00 List-Id: On 2003-11-05, Harry Tucker wrote: > My question is how to count references to an object so it will be > deallocated only after all references have gone out of scope or set to > null? An object reference could exist in several lists at any one time. See: http://www.adapower.com/alg/smartp.html -- "Saving keystrokes is the job of the text editor, not the programming language."