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,b7bb302ee9d32439 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-20 22:50:11 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Q: Refactorizing code because Inheritance and Interfaces Date: 21 Oct 2003 06:48:03 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <8lc761-u81.ln1@boavista.snafu.de> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1066715411 23025 62.49.19.209 (21 Oct 2003 05:50:11 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 21 Oct 2003 05:50:11 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:1252 Date: 2003-10-21T06:48:03+01:00 List-Id: Michael Erdmann writes: > In order to line up the implemenation of the XML_Reader with the > Abstract_Reader interface i need to rewrite the complete XML_Reader. > Is there any way to avoid such situations? Not sure it's what you had in mind, but J-P. Rosen's web site (Adalog) has an application (adasubst) that performs renamings etc over a whole program .. http://perso.wanadoo.fr/adalog/adalog2.htm, follow the "Ada resources" link.