Removed redefinitions that violates VDRS(4).
This commit is contained in:
@@ -10,9 +10,6 @@ class
|
|||||||
|
|
||||||
inherit
|
inherit
|
||||||
HTTPD_CONNECTION_HANDLER_I
|
HTTPD_CONNECTION_HANDLER_I
|
||||||
redefine
|
|
||||||
initialize
|
|
||||||
end
|
|
||||||
|
|
||||||
create
|
create
|
||||||
make
|
make
|
||||||
|
|||||||
@@ -12,9 +12,6 @@ deferred class WSF_SKELETON_HANDLER
|
|||||||
inherit
|
inherit
|
||||||
|
|
||||||
WSF_URI_TEMPLATE_HANDLER
|
WSF_URI_TEMPLATE_HANDLER
|
||||||
redefine
|
|
||||||
execute
|
|
||||||
end
|
|
||||||
|
|
||||||
WSF_OPTIONS_POLICY
|
WSF_OPTIONS_POLICY
|
||||||
|
|
||||||
@@ -584,7 +581,7 @@ feature {NONE} -- Implementation
|
|||||||
end
|
end
|
||||||
|
|
||||||
note
|
note
|
||||||
copyright: "2011-2014, Colin Adams, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others"
|
copyright: "2011-2019, Colin Adams, Jocelyn Fiat, Javier Velilla, Olivier Ligot, 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
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ class
|
|||||||
inherit
|
inherit
|
||||||
WSF_FORM_INPUT
|
WSF_FORM_INPUT
|
||||||
redefine
|
redefine
|
||||||
input_type,
|
|
||||||
append_item_to_html
|
append_item_to_html
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -9,9 +9,6 @@ class
|
|||||||
|
|
||||||
inherit
|
inherit
|
||||||
WSF_FORM_INPUT
|
WSF_FORM_INPUT
|
||||||
redefine
|
|
||||||
input_type
|
|
||||||
end
|
|
||||||
|
|
||||||
create
|
create
|
||||||
make,
|
make,
|
||||||
|
|||||||
Reference in New Issue
Block a user