diff --git a/library/server/wsf/src/response/wsf_download_response.e b/library/server/wsf/src/response/wsf_download_response.e index 5879a06f..c077bc43 100644 --- a/library/server/wsf/src/response/wsf_download_response.e +++ b/library/server/wsf/src/response/wsf_download_response.e @@ -183,7 +183,7 @@ feature -- Content-type related content_type := m end -feature {NONE} -- Implementation: output +feature -- Implementation: output send_file_content_to (fn: READABLE_STRING_8; res: WSF_RESPONSE) -- Send the content of file `fn' diff --git a/library/server/wsf/src/response/wsf_file_response.e b/library/server/wsf/src/response/wsf_file_response.e index 2797b647..658753ed 100644 --- a/library/server/wsf/src/response/wsf_file_response.e +++ b/library/server/wsf/src/response/wsf_file_response.e @@ -150,7 +150,7 @@ feature -- Element change update_content_length end -feature {WSF_RESPONSE} -- Output +feature -- Output send_to (res: WSF_RESPONSE) local diff --git a/library/server/wsf/src/response/wsf_html_page_response.e b/library/server/wsf/src/response/wsf_html_page_response.e index 292c6e87..0f7de3a1 100644 --- a/library/server/wsf/src/response/wsf_html_page_response.e +++ b/library/server/wsf/src/response/wsf_html_page_response.e @@ -110,7 +110,7 @@ feature -- Element change body := b end -feature {WSF_RESPONSE} -- Output +feature -- Output send_to (res: WSF_RESPONSE) local diff --git a/library/server/wsf/src/response/wsf_page_response.e b/library/server/wsf/src/response/wsf_page_response.e index 1918ffd7..63ce9d16 100644 --- a/library/server/wsf/src/response/wsf_page_response.e +++ b/library/server/wsf/src/response/wsf_page_response.e @@ -1,6 +1,6 @@ note description: "[ - + ]" author: "" date: "$Date$" @@ -79,7 +79,7 @@ feature -- Element change l_body.append (a_string) end -feature {WSF_RESPONSE} -- Output +feature -- Output send_to (res: WSF_RESPONSE) local diff --git a/library/server/wsf/src/response/wsf_redirection_response.e b/library/server/wsf/src/response/wsf_redirection_response.e index 8115697d..f22f0387 100644 --- a/library/server/wsf/src/response/wsf_redirection_response.e +++ b/library/server/wsf/src/response/wsf_redirection_response.e @@ -69,7 +69,7 @@ feature -- Element change content_type := Void end -feature {WSF_RESPONSE} -- Output +feature -- Output send_to (res: WSF_RESPONSE) local diff --git a/library/server/wsf/src/wsf_response_message.e b/library/server/wsf/src/wsf_response_message.e index 103cfa26..b82e8499 100644 --- a/library/server/wsf/src/wsf_response_message.e +++ b/library/server/wsf/src/wsf_response_message.e @@ -7,7 +7,7 @@ note deferred class WSF_RESPONSE_MESSAGE -feature {WSF_RESPONSE} -- Output +feature -- Output send_to (res: WSF_RESPONSE) require