make it compiles with EiffelStudio 7.1 and 7.2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user