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
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'

View File

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

View File

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

View File

@@ -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

View File

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

View File

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