by Georg Bauhaus <see.reply.to@[EMAIL PROTECTED]
>
Apr 25, 2008 at 01:09 PM
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 flu****ng you
like.
Another dirty trick might be to inject flu****ng in the Ada
library, if possible...