From 5926bbc0c26bd98a72e4535e8b0655b045f5fed8 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 23 Nov 2012 12:39:16 +0100 Subject: [PATCH] Fixed signature of WSF_MIME_HANDLER.handle --- library/server/wsf/src/mime/wsf_mime_handler.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/server/wsf/src/mime/wsf_mime_handler.e b/library/server/wsf/src/mime/wsf_mime_handler.e index 0894a93d..5b5baf20 100644 --- a/library/server/wsf/src/mime/wsf_mime_handler.e +++ b/library/server/wsf/src/mime/wsf_mime_handler.e @@ -16,7 +16,7 @@ feature -- Status report feature -- Execution handle (a_content_type: HTTP_CONTENT_TYPE; req: WSF_REQUEST; - a_vars: TABLE [WSF_VALUE, READABLE_STRING_GENERAL]; a_raw_data: detachable CELL [detachable STRING_8]) + a_vars: HASH_TABLE [WSF_VALUE, READABLE_STRING_GENERAL]; a_raw_data: detachable CELL [detachable STRING_8]) -- Handle MIME content from request `req', eventually fill the `a_vars' (not yet available from `req') -- and if `a_raw_data' is attached, store any read data inside `a_raw_data' require