Relaxed access to `send_to', now it is exported again to avoid breaking existing code.
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user