Fixed various compilation issue with new self documentation

Improved the self documentation handler to provide a make_hidden creation procedure
This commit is contained in:
Jocelyn Fiat
2012-12-03 12:20:12 +01:00
parent e0166a4c44
commit 156406f9ac
6 changed files with 40 additions and 3 deletions

View File

@@ -47,7 +47,11 @@ feature -- Execution
execute_default (req: WSF_REQUEST; res: WSF_RESPONSE)
-- Default procedure
deferred
local
not_found: WSF_NOT_FOUND_RESPONSE
do
create not_found.make (req)
res.send (not_found)
end
feature -- Access