Use the advanced SED storable to store data on disk (rather than the runtime storable)

This commit is contained in:
Jocelyn Fiat
2013-03-08 15:34:04 +01:00
parent f280f9b0de
commit 0d9e1a84f3
3 changed files with 29 additions and 4 deletions

View File

@@ -78,12 +78,12 @@ feature -- Control
deferred
end
apply_to (h: HTTP_HEADER; a_request: WSF_REQUEST; a_path: detachable READABLE_STRING_8)
apply_to (h: HTTP_HEADER; req: WSF_REQUEST; a_path: detachable READABLE_STRING_8)
deferred
end
note
copyright: "Copyright (c) 1984-2012, Eiffel Software and others"
copyright: "2011-2013, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software