Changed prefix from EWSGI_ to WGI_

Changed meta variable type to READABLE_STRING_32
This commit is contained in:
Jocelyn Fiat
2011-08-30 19:20:42 +02:00
parent ed8f5d694f
commit 6a581f6d62
51 changed files with 294 additions and 290 deletions

View File

@@ -8,7 +8,7 @@ class
EWF_CGI_CONNECTOR
inherit
EWSGI_CONNECTOR
WGI_CONNECTOR
create
make
@@ -17,8 +17,8 @@ feature -- Execution
launch
local
req: EWSGI_REQUEST_FROM_TABLE
res: EWSGI_RESPONSE_STREAM_BUFFER
req: WGI_REQUEST_FROM_TABLE
res: WGI_RESPONSE_STREAM_BUFFER
do
create req.make ((create {EXECUTION_ENVIRONMENT}).starting_environment_variables, create {EWF_CGI_INPUT_STREAM}.make)
create res.make (create {EWF_CGI_OUTPUT_STREAM}.make)

View File

@@ -1,5 +1,5 @@
note
description: "Summary description for GW_CGI_INPUT_STREAM."
description: "Summary description for EWF_CGI_INPUT_STREAM."
legal: "See notice at end of class."
status: "See notice at end of class."
date: "$Date$"
@@ -9,7 +9,7 @@ class
EWF_CGI_INPUT_STREAM
inherit
EWSGI_INPUT_STREAM
WGI_INPUT_STREAM
CONSOLE
rename

View File

@@ -1,5 +1,5 @@
note
description: "Summary description for GW_CGI_OUTPUT_STREAM."
description: "Summary description for EWF_CGI_OUTPUT_STREAM."
legal: "See notice at end of class."
status: "See notice at end of class."
date: "$Date$"
@@ -9,7 +9,7 @@ class
EWF_CGI_OUTPUT_STREAM
inherit
EWSGI_OUTPUT_STREAM
WGI_OUTPUT_STREAM
undefine
flush
end