comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <see.reply.to@maps.futureapps.de>
Subject: Re: Autoflush
Date: Fri, 25 Apr 2008 13:09:47 +0200
Date: 2008-04-25T13:09:47+02:00	[thread overview]
Message-ID: <4811bbfb$0$7537$9b4e6d93@newsspool1.arcor-online.net> (raw)
In-Reply-To: <4811b77c$1@news.broadpark.no>

news.broadpark.no wrote:
> I'm using text_io.Create( some_file... ) to write to a Windows pipe. It
> works fine. Are there any Autoflush flags that I can use? I know I can
> use text_io.Flush, however, I have som hundred thousand lines of legacy
> code that I do not want to change...

Just a thought, unless all text_io calls are fully qualified in
the legacy code, you could provide overloaded subprograms. They
have the same names as Text_IO.* but perform the flushing you
like.

Another dirty trick might be to inject flushing in the Ada
library, if possible...



      reply	other threads:[~2008-04-25 11:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-25 10:52 Autoflush news.broadpark.no
2008-04-25 11:09 ` Georg Bauhaus [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox