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-13 15:46:30 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!134.222.94.5!npeer.kpnqwest.net!uunet!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: avl tree - booch components X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3BA12F31.D75C1280@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <20010907091153.12625104.tonygair@nospam.blueyonder.co.uk> <3B9F7455.80605@home.com> <9nqdh0$938$1@a1-hrz.uni-duisburg.de> Mime-Version: 1.0 Date: Thu, 13 Sep 2001 22:12:01 GMT X-Mailer: Mozilla 4.5 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:13068 Date: 2001-09-13T22:12:01+00:00 List-Id: > Warren W. Gay VE3WWG wrote: > > Having : > > CVSID: constant String := "$Header$"; > > embedded strings of course, lets you identify what your binaries > are built with -- an extremely useful tool for working with > production level binaries. Unless the constant is never referenced, and your compiler optimizes it away. -- Jeffrey Carter