make it compiles with EiffelStudio 7.1 and 7.2

This commit is contained in:
Jocelyn Fiat
2012-12-07 14:55:38 +01:00
parent 926ae823ac
commit e20cb6b6ed
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ feature -- Execution
end end
note note
copyright: "2011-2011, Eiffel Software and others" copyright: "2011-2012, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[ source: "[
Eiffel Software Eiffel Software

View File

@@ -73,7 +73,7 @@ feature -- Request processing
l_request_uri := a_handler.uri l_request_uri := a_handler.uri
a_headers_map := a_handler.request_header_map a_headers_map := a_handler.request_header_map
create e create e
if attached e.starting_environment as vars then if attached e.starting_environment_variables as vars then
create env.make (vars.count) create env.make (vars.count)
across across
vars as c vars as c
@@ -197,7 +197,7 @@ feature -- Request processing
end end
note note
copyright: "2011-2011, Eiffel Software and others" copyright: "2011-2012, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[ source: "[
Eiffel Software Eiffel Software