Changed the WGI_INPUT_STREAM and WGI_OUTPUT_STREAM interfaces

main changes for existing code  `read_stream' is renamed `read_string'
This commit is contained in:
Jocelyn Fiat
2011-11-14 14:17:41 +01:00
parent bc2e8b8ee2
commit 13b09adc8c
19 changed files with 334 additions and 113 deletions

View File

@@ -10,10 +10,15 @@ class
inherit
WGI_INPUT_STREAM
undefine
read_to_string
end
CONSOLE
rename
make as console_make
make as console_make,
read_stream as read_string,
end_of_file as end_of_input
end
create

View File

@@ -10,9 +10,6 @@ class
inherit
WGI_OUTPUT_STREAM
undefine
flush
end
CONSOLE
rename