Use class URI

This commit is contained in:
Colin Adams
2013-03-26 16:10:32 +00:00
parent ad5ccd6585
commit 14088f126b
8 changed files with 39 additions and 117 deletions

View File

@@ -26,10 +26,11 @@ feature -- Access
do
end
proxy_server (req: WSF_REQUEST): READABLE_STRING_8 -- We can't currently use UT_URI
proxy_server (req: WSF_REQUEST): URI
-- Absolute URI of proxy server which `req' must use
do
Result := "" -- doesn't meet the postcondition, but the precondition is never true.
create Result.make_from_string ("")
-- doesn't meet the postcondition, but the precondition is never true.
end
end