This commit is contained in:
Jocelyn Fiat
2012-04-27 08:52:29 +02:00
parent 34c6288032
commit 9ba3caba12
2 changed files with 0 additions and 2 deletions

View File

@@ -232,7 +232,6 @@ feature {NONE} -- Implementation: Form analyzer
default_content_type: STRING = "text/plain" default_content_type: STRING = "text/plain"
-- Default content type -- Default content type
note note
copyright: "2011-2012, Jocelyn Fiat, Javier Velilla, 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)"

View File

@@ -987,7 +987,6 @@ feature {NONE} -- Query parameters: implementation
add_value_to_table (a_name: READABLE_STRING_8; a_value: READABLE_STRING_8; a_table: HASH_TABLE [WSF_VALUE, READABLE_STRING_32]) add_value_to_table (a_name: READABLE_STRING_8; a_value: READABLE_STRING_8; a_table: HASH_TABLE [WSF_VALUE, READABLE_STRING_32])
local local
v: detachable WSF_VALUE v: detachable WSF_VALUE
n,k,r: STRING_8 n,k,r: STRING_8
k32: STRING_32 k32: STRING_32