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 @@ note
revision: "$Revision$"
class
EWSGI_COOKIE
WGI_COOKIE
create
make

View File

@@ -8,7 +8,7 @@ note
revision: "$Revision$"
deferred class
EWSGI_VARIABLES [G -> STRING_GENERAL]
WGI_VARIABLES [G -> STRING_GENERAL]
inherit
ITERABLE [G]
@@ -49,7 +49,7 @@ feature -- Access
end
end
feature {EWSGI_REQUEST, EWSGI_APPLICATION, EWSGI_CONNECTOR} -- Element change
feature {WGI_REQUEST, WGI_APPLICATION, WGI_CONNECTOR} -- Element change
set_variable (a_name: STRING; a_value: G)
require