Updated various indexing notes.

Removed a few obsolete classes.
Cosmetics
This commit is contained in:
2015-03-31 21:33:38 +02:00
parent 9e1083eba8
commit 8246bc1444
92 changed files with 300 additions and 1066 deletions

View File

@@ -7,7 +7,6 @@ class
WSF_COOKIE
inherit
HTTP_COOKIE
create

View File

@@ -25,6 +25,7 @@ inherit
feature {NONE} -- Initialization
make (req: WGI_REQUEST; res: WGI_RESPONSE)
-- Create Current execution with request `req' and response `res'.
do
Precursor (req, res)
create request.make_from_wgi (wgi_request)
@@ -39,7 +40,7 @@ feature {NONE} -- Initialization
end
feature {NONE} -- Access
feature -- Access
request: WSF_REQUEST
-- Access to request data.

View File

@@ -1,32 +0,0 @@
note
description: "Summary description for {WSF_EXECUTION_FACTORY}."
author: ""
date: "$Date$"
revision: "$Revision$"
deferred class
WSF_EXECUTION_FACTORY
inherit
WGI_EXECUTION_FACTORY
redefine
execution
end
feature -- Factory
execution (req: WGI_REQUEST; res: WGI_RESPONSE): WSF_EXECUTION
deferred
end
note
copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software
5949 Hollister Ave., Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"
end