Relaxed access to `send_to', now it is exported again to avoid breaking existing code.

This commit is contained in:
Jocelyn Fiat
2012-03-20 11:38:44 +01:00
parent 86fcaa2835
commit 9eef812795
6 changed files with 7 additions and 7 deletions

View File

@@ -183,7 +183,7 @@ feature -- Content-type related
content_type := m content_type := m
end end
feature {NONE} -- Implementation: output feature -- Implementation: output
send_file_content_to (fn: READABLE_STRING_8; res: WSF_RESPONSE) send_file_content_to (fn: READABLE_STRING_8; res: WSF_RESPONSE)
-- Send the content of file `fn' -- Send the content of file `fn'

View File

@@ -150,7 +150,7 @@ feature -- Element change
update_content_length update_content_length
end end
feature {WSF_RESPONSE} -- Output feature -- Output
send_to (res: WSF_RESPONSE) send_to (res: WSF_RESPONSE)
local local

View File

@@ -110,7 +110,7 @@ feature -- Element change
body := b body := b
end end
feature {WSF_RESPONSE} -- Output feature -- Output
send_to (res: WSF_RESPONSE) send_to (res: WSF_RESPONSE)
local local

View File

@@ -1,6 +1,6 @@
note note
description: "[ description: "[
]" ]"
author: "" author: ""
date: "$Date$" date: "$Date$"
@@ -79,7 +79,7 @@ feature -- Element change
l_body.append (a_string) l_body.append (a_string)
end end
feature {WSF_RESPONSE} -- Output feature -- Output
send_to (res: WSF_RESPONSE) send_to (res: WSF_RESPONSE)
local local

View File

@@ -69,7 +69,7 @@ feature -- Element change
content_type := Void content_type := Void
end end
feature {WSF_RESPONSE} -- Output feature -- Output
send_to (res: WSF_RESPONSE) send_to (res: WSF_RESPONSE)
local local

View File

@@ -7,7 +7,7 @@ note
deferred class deferred class
WSF_RESPONSE_MESSAGE WSF_RESPONSE_MESSAGE
feature {WSF_RESPONSE} -- Output feature -- Output
send_to (res: WSF_RESPONSE) send_to (res: WSF_RESPONSE)
require require