Added descriptions to WSF_RESPONSE about .send (mesg)

Fixed minor issues in other classes
This commit is contained in:
Jocelyn Fiat
2012-05-25 23:51:59 +02:00
parent 08347da643
commit 03bf467ee5
3 changed files with 4 additions and 3 deletions

View File

@@ -19,6 +19,6 @@ feature {NONE} -- Initialization
f: WSF_FILE_RESPONSE
do
create f.make_html ("home.html")
res.put_response (f)
res.send (f)
end
end